#8C4C00

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

Shades of Saddle Brown #8C4C00

Tints of Saddle Brown #8C4C00

Color information

#8C4C00 (or 0x8C4C00) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4C and 00. RGB value is (140,76,0). Sum of RGB (Red+Green+Blue) = 140+76+0=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4C00 is #73B3FF. Grayscale: #565656. Windows color (decimal): -7582720 or 19596. OLE color: 19596.

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

Color convert

RGB140760-
CMYK00.4610.45
HSL32.57º100%27.45%-
HSV(B)32.57º100%54.9%-
XYZ13.410.741.37-
YUV86.4779.2166.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.81%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.81%
G=35.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14076000.4610.4532.5710027.45
Hex8C4C002E642D21641b
Octal2141140056144554114433
Binary100011001001100001011101100100101101100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,0); }

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

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

 a { background-color: rgb(140,76,0); }

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

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

 span { border-color: rgb(140,76,0); }

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