#8C5515

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

Shades of Saddle Brown #8C5515

Tints of Saddle Brown #8C5515

Color information

#8C5515 (or 0x8C5515) is unknown color: approx Saddle Brown. HEX triplet: 8C, 55 and 15. RGB value is (140,85,21). Sum of RGB (Red+Green+Blue) = 140+85+21=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5515 is #73AAEA. Grayscale: #5E5E5E. Windows color (decimal): -7580395 or 1398156. OLE color: 1398156.

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

Color convert

RGB1408521-
CMYK00.390.850.45
HSL32.27º73.91%31.57%-
HSV(B)32.27º85%54.9%-
XYZ14.212.132.3-
YUV94.1586.72160.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.91%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=56.91%
G=34.55%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140852100.390.850.4532.2773.9131.57
Hex8C5515027552D204a20
Octal21412525047125554011240
Binary10001100101010110101010011110101011011011000001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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