#8c510c

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

Shades of Saddle Brown #8C510C

Tints of Saddle Brown #8C510C

Color information

#8C510C (or 0x8C510C) is unknown color: approx Saddle Brown. HEX triplet: 8C, 51 and 0C. RGB value is (140,81,12). Sum of RGB (Red+Green+Blue) = 140+81+12=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C510C is #73AEF3. Grayscale: #5B5B5B. Windows color (decimal): -7581428 or 807308. OLE color: 807308.

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

Color convert

RGB1408112-
CMYK00.420.910.45
HSL32.34º84.21%29.8%-
HSV(B)32.34º91.43%54.9%-
XYZ13.8211.491.84-
YUV90.7883.55163.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.09%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=60.09%
G=34.76%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140811200.420.910.4532.3484.2129.8
Hex8C51C02A5B2D20541e
Octal21412114052133554012436
Binary100011001010001110001010101011011101101100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c510c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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