#8B540D

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

Shades of Saddle Brown #8B540D

Tints of Saddle Brown #8B540D

Color information

#8B540D (or 0x8B540D) is unknown color: approx Saddle Brown. HEX triplet: 8B, 54 and 0D. RGB value is (139,84,13). Sum of RGB (Red+Green+Blue) = 139+84+13=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B540D is #74ABF2. Grayscale: #5C5C5C. Windows color (decimal): -7646195 or 873611. OLE color: 873611.

HSL color Cylindrical-coordinate representation of color #8B540D: hue angle of 33.81º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B540D is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1398413-
CMYK00.400.910.45
HSL33.81º82.89%29.8%-
HSV(B)33.81º90.65%54.51%-
XYZ13.8911.861.94-
YUV92.3583.22161.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.90%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=58.90%
G=35.59%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139841300.400.910.4533.8182.8929.8
Hex8B54D0285B2D22531e
Octal21312415050133554212336
Binary100010111010100110101010001011011101101100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,13); }

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

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

 a { background-color: rgb(139,84,13); }

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

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

 span { border-color: rgb(139,84,13); }

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