#8C520C

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

Shades of Saddle Brown #8C520C

Tints of Saddle Brown #8C520C

Color information

#8C520C (or 0x8C520C) is unknown color: approx Saddle Brown. HEX triplet: 8C, 52 and 0C. RGB value is (140,82,12). Sum of RGB (Red+Green+Blue) = 140+82+12=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C520C is #73ADF3. Grayscale: #5B5B5B. Windows color (decimal): -7581172 or 807564. OLE color: 807564.

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

Color convert

RGB1408212-
CMYK00.410.910.45
HSL32.81º84.21%29.8%-
HSV(B)32.81º91.43%54.9%-
XYZ13.911.641.86-
YUV91.3683.22162.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 59.83%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=59.83%
G=35.04%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140821200.410.910.4532.8184.2129.8
Hex8C52C0295B2D21541e
Octal21412214051133554112436
Binary100011001010010110001010011011011101101100001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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