#8c5119

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

Shades of Saddle Brown #8C5119

Tints of Saddle Brown #8C5119

Color information

#8C5119 (or 0x8C5119) is unknown color: approx Saddle Brown. HEX triplet: 8C, 51 and 19. RGB value is (140,81,25). Sum of RGB (Red+Green+Blue) = 140+81+25=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5119 is #73AEE6. Grayscale: #5C5C5C. Windows color (decimal): -7581415 or 1659276. OLE color: 1659276.

HSL color Cylindrical-coordinate representation of color #8C5119: hue angle of 29.22º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C5119 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB1408125-
CMYK00.420.820.45
HSL29.22º69.7%32.35%-
HSV(B)29.22º82.14%54.9%-
XYZ13.9311.532.41-
YUV92.2690.05162.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.91%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=56.91%
G=32.93%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140812500.420.820.4529.2269.732.35
Hex8C511902A522D1d4620
Octal21412131052122553510640
Binary1000110010100011100101010101010010101101111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,25); }

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

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

 a { background-color: rgb(140,81,25); }

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

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

 span { border-color: rgb(140,81,25); }

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