#8C520A

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

Shades of Saddle Brown #8C520A

Tints of Saddle Brown #8C520A

Color information

#8C520A (or 0x8C520A) is unknown color: approx Saddle Brown. HEX triplet: 8C, 52 and 0A. RGB value is (140,82,10). Sum of RGB (Red+Green+Blue) = 140+82+10=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C520A is #73ADF5. Grayscale: #5B5B5B. Windows color (decimal): -7581174 or 676492. OLE color: 676492.

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

Color convert

RGB1408210-
CMYK00.410.930.45
HSL33.23º86.67%29.41%-
HSV(B)33.23º92.86%54.9%-
XYZ13.8911.631.8-
YUV91.1382.22162.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.34%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=60.34%
G=35.34%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140821000.410.930.4533.2386.6729.41
Hex8C52A0295D2D21571d
Octal21412212051135554112735
Binary100011001010010101001010011011101101101100001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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