#8C5015

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

Shades of Saddle Brown #8C5015

Tints of Saddle Brown #8C5015

Color information

#8C5015 (or 0x8C5015) is unknown color: approx Saddle Brown. HEX triplet: 8C, 50 and 15. RGB value is (140,80,21). Sum of RGB (Red+Green+Blue) = 140+80+21=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5015 is #73AFEA. Grayscale: #5B5B5B. Windows color (decimal): -7581675 or 1396876. OLE color: 1396876.

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

Color convert

RGB1408021-
CMYK00.430.850.45
HSL29.75º73.91%31.57%-
HSV(B)29.75º85%54.9%-
XYZ13.8211.372.18-
YUV91.2188.38162.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=58.09%
G=33.20%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140802100.430.850.4529.7573.9131.57
Hex8C501502B552D1e4a20
Octal21412025053125553611240
Binary1000110010100001010101010111010101101101111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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