#8C4515

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

Shades of Saddle Brown #8C4515

Tints of Saddle Brown #8C4515

Color information

#8C4515 (or 0x8C4515) is unknown color: approx Saddle Brown. HEX triplet: 8C, 45 and 15. RGB value is (140,69,21). Sum of RGB (Red+Green+Blue) = 140+69+21=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4515 is #73BAEA. Grayscale: #555555. Windows color (decimal): -7584491 or 1394060. OLE color: 1394060.

HSL color Cylindrical-coordinate representation of color #8C4515: hue angle of 24.2º 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 #8C4515 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1406921-
CMYK00.510.850.45
HSL24.2º73.91%31.57%-
HSV(B)24.2º85%54.9%-
XYZ13.089.891.93-
YUV84.7692.02167.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.87%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 9.13%
R=60.87%
G=30%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140692100.510.850.4524.273.9131.57
Hex8C4515033552D184a20
Octal21410525063125553011240
Binary1000110010001011010101100111010101101101110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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