#8C4607

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

Shades of Saddle Brown #8C4607

Tints of Saddle Brown #8C4607

Color information

#8C4607 (or 0x8C4607) is unknown color: approx Saddle Brown. HEX triplet: 8C, 46 and 07. RGB value is (140,70,7). Sum of RGB (Red+Green+Blue) = 140+70+7=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4607 is #73B9F8. Grayscale: #545454. Windows color (decimal): -7584249 or 476812. OLE color: 476812.

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

Color convert

RGB140707-
CMYK00.500.950.45
HSL28.42º90.48%28.82%-
HSV(B)28.42º95%54.9%-
XYZ13.049.971.44-
YUV83.7584.69168.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=64.52%
G=32.26%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14070700.500.950.4528.4290.4828.82
Hex8C4670325F2D1c5a1d
Octal2141067062137553413235
Binary1000110010001101110110010101111110110111100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,7); }

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

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

 a { background-color: rgb(140,70,7); }

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

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

 span { border-color: rgb(140,70,7); }

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