#8C540D

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

Shades of Saddle Brown #8C540D

Tints of Saddle Brown #8C540D

Color information

#8C540D (or 0x8C540D) is unknown color: approx Saddle Brown. HEX triplet: 8C, 54 and 0D. RGB value is (140,84,13). Sum of RGB (Red+Green+Blue) = 140+84+13=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C540D is #73ABF2. Grayscale: #5C5C5C. Windows color (decimal): -7580659 or 873612. OLE color: 873612.

HSL color Cylindrical-coordinate representation of color #8C540D: hue angle of 33.54º 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 #8C540D is Cyan = 0, Magento = 0.4, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1408413-
CMYK00.40.910.45
HSL33.54º83.01%30%-
HSV(B)33.54º90.71%54.9%-
XYZ14.0611.951.95-
YUV92.6583.05161.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.07%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=59.07%
G=35.44%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140841300.40.910.4533.5483.0130
Hex8C54D0285B2D22531e
Octal21412415050133554212336
Binary100011001010100110101010001011011101101100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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