#8C4213

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

Shades of Saddle Brown #8C4213

Tints of Saddle Brown #8C4213

Color information

#8C4213 (or 0x8C4213) is unknown color: approx Saddle Brown. HEX triplet: 8C, 42 and 13. RGB value is (140,66,19). Sum of RGB (Red+Green+Blue) = 140+66+19=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4213 is #73BDEC. Grayscale: #535353. Windows color (decimal): -7585261 or 1262220. OLE color: 1262220.

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

Color convert

RGB1406619-
CMYK00.530.860.45
HSL23.31º76.1%31.18%-
HSV(B)23.31º86.43%54.9%-
XYZ12.889.521.77-
YUV82.7792.02168.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=62.22%
G=29.33%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140661900.530.860.4523.3176.131.18
Hex8C4213035562D174c1f
Octal21410223065126552711437
Binary100011001000010100110110101101011010110110111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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