#8C4C15

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

Shades of Saddle Brown #8C4C15

Tints of Saddle Brown #8C4C15

Color information

#8C4C15 (or 0x8C4C15) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4C and 15. RGB value is (140,76,21). Sum of RGB (Red+Green+Blue) = 140+76+21=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4C15 is #73B3EA. Grayscale: #595959. Windows color (decimal): -7582699 or 1395852. OLE color: 1395852.

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

Color convert

RGB1407621-
CMYK00.460.850.45
HSL27.73º73.91%31.57%-
HSV(B)27.73º85%54.9%-
XYZ13.5410.82.08-
YUV88.8789.7164.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.07%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=59.07%
G=32.07%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140762100.460.850.4527.7373.9131.57
Hex8C4C1502E552D1c4a20
Octal21411425056125553411240
Binary1000110010011001010101011101010101101101111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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