Color Hex Logo

#9b7215 Color Hex

#9B7215
(155,114,21)
0 Favorites   0 Comments

Color spaces of #9b7215

RGB 15511421
HSL0.120.760.35
HSV42°86°61°
CMYK 0.000.260.86   0.39
XYZ19.670219.05733.3512
Yxy19.05730.46750.4529
Hunter Lab43.65474.034026.0068
CIE-Lab50.75428.017952.4161

#9b7215 color RGB value is (155,114,21).

#9b7215 hex color red value is 155, green value is 114 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #9b7215 hue: 0.12 , saturation: 0.76 and the lightness value of 9b7215 is 0.35.

The process color (four color CMYK) of #9b7215 color hex is 0.00, 0.26, 0.86, 0.39. Web safe color of #9b7215 is #996600. Color #9b7215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110010 00010101
Octal 233 162 25
Decimal 155 114 21
Hex 9B 72 15

RGB Percentages of Color #9b7215

%53.45
%39.31
%7.24

CMYK Percentages of Color #9b7215

%0
%26
%86
%39

Triadic Colors of #9b7215

#9b7215 #159b72 #72159b

Analogous Colors of #9b7215

#9b7215 #819b15 #9b2f15

Monochromatic Colors of #9b7215

#9b7215

Complementary Color

#9b7215 #153e9b

#9b7215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b7215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b7215 Color CSS Codes

.mybgcolor {background-color:#9b7215; } 
.myforecolor {color:#9b7215; }
.mybordercolor {border:3px solid #9b7215; }

#9b7215 Text Font Color

<p style="color:#9b7215">Text here</p>

This sample text font color is #9b7215
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9b7215 Background Color

<div style="background-color:#9b7215">
Div content here</div>

This div background color is #9b7215


#9b7215 Border Color

<div style="border:3px solid #9b7215">
Div here</div>

This div border color is #9b7215


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,114,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b7215; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b7215;
  -webkit-box-shadow: 1px 1px 3px 2px #9b7215;
  box-shadow:         1px 1px 3px 2px #9b7215; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,114,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9b7215">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9b7215;
  -webkit-box-shadow: 1px 1px 3px 2px #9b7215;
  box-shadow:         1px 1px 3px 2px #9b7215;">
Div content here</div>

This div box has shadow with color #9b7215


Comments

No comments written yet.

Please login to write comment.