#8B4715

Color #8B4715 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8B4715

Tints of Saddle Brown #8B4715

Color information

#8B4715 (or 0x8B4715) is unknown color: approx Saddle Brown. HEX triplet: 8B, 47 and 15. RGB value is (139,71,21). Sum of RGB (Red+Green+Blue) = 139+71+21=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4715 is #74B8EA. Grayscale: #555555. Windows color (decimal): -7649515 or 1394571. OLE color: 1394571.

HSL color Cylindrical-coordinate representation of color #8B4715: hue angle of 25.42º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B4715 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1397121-
CMYK00.490.850.45
HSL25.42º73.75%31.37%-
HSV(B)25.42º84.89%54.51%-
XYZ13.0410.051.96-
YUV85.6391.53166.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 21 (8.59% from 255) = 9.09%
R=60.17%
G=30.74%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139712100.490.850.4525.4273.7531.37
Hex8B4715031552D194a1f
Octal21310725061125553111237
Binary100010111000111101010110001101010110110111001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4715; }

 p { color: rgb(139,71,21); }

 H1.HeaderClassName
 {
   color: #8B4715;
 }
 .AnyTagClassName
 {
   color: #8B4715;
 }
</style>
background-color css

<style>
 a { background-color: #8B4715; }

 a { background-color: rgb(139,71,21); }

 div.DivClassName
 {
   background-color: #8B4715;
 }
 .BgClassName
 {
   background-color: #8B4715;
 }
</style>
border-color css

<style>
 span { border-color: #8B4715; }

 span { border-color: rgb(139,71,21); }

 td.TdClassName
 {
   border-color: #8B4715;
 }
 .TagClassName
 {
   border-color: #8B4715;
 }
</style>