#8C4D09

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

Shades of Saddle Brown #8C4D09

Tints of Saddle Brown #8C4D09

Color information

#8C4D09 (or 0x8C4D09) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4D and 09. RGB value is (140,77,9). Sum of RGB (Red+Green+Blue) = 140+77+9=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4D09 is #73B2F6. Grayscale: #585858. Windows color (decimal): -7582455 or 609676. OLE color: 609676.

HSL color Cylindrical-coordinate representation of color #8C4D09: hue angle of 31.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C4D09 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB140779-
CMYK00.450.940.45
HSL31.15º87.92%29.22%-
HSV(B)31.15º93.57%54.9%-
XYZ13.5210.91.65-
YUV88.0883.37165.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.95%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 9 (3.91% from 255) = 3.98%
R=61.95%
G=34.07%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14077900.450.940.4531.1587.9229.22
Hex8C4D902D5E2D1f581d
Octal21411511055136553713035
Binary10001100100110110010101101101111010110111111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,77,9); }

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

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

 a { background-color: rgb(140,77,9); }

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

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

 span { border-color: rgb(140,77,9); }

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