#8C5213

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

Shades of Saddle Brown #8C5213

Tints of Saddle Brown #8C5213

Color information

#8C5213 (or 0x8C5213) is unknown color: approx Saddle Brown. HEX triplet: 8C, 52 and 13. RGB value is (140,82,19). Sum of RGB (Red+Green+Blue) = 140+82+19=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5213 is #73ADEC. Grayscale: #5C5C5C. Windows color (decimal): -7581165 or 1266316. OLE color: 1266316.

HSL color Cylindrical-coordinate representation of color #8C5213: hue angle of 31.24º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C5213 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1408219-
CMYK00.410.860.45
HSL31.24º76.1%31.18%-
HSV(B)31.24º86.43%54.9%-
XYZ13.9511.662.13-
YUV92.1686.72162.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.09%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=58.09%
G=34.02%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140821900.410.860.4531.2476.131.18
Hex8C5213029562D1f4c1f
Octal21412223051126553711437
Binary100011001010010100110101001101011010110111111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,19); }

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

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

 a { background-color: rgb(140,82,19); }

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

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

 span { border-color: rgb(140,82,19); }

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