#8E510C

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

Shades of Saddle Brown #8E510C

Tints of Saddle Brown #8E510C

Color information

#8E510C (or 0x8E510C) is unknown color: approx Saddle Brown. HEX triplet: 8E, 51 and 0C. RGB value is (142,81,12). Sum of RGB (Red+Green+Blue) = 142+81+12=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E510C is #71AEF3. Grayscale: #5B5B5B. Windows color (decimal): -7450356 or 807310. OLE color: 807310.

HSL color Cylindrical-coordinate representation of color #8E510C: hue angle of 31.85º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E510C is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1428112-
CMYK00.430.920.44
HSL31.85º84.42%30.2%-
HSV(B)31.85º91.55%55.69%-
XYZ14.1611.661.85-
YUV91.3783.21164.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=60.43%
G=34.47%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142811200.430.920.4431.8584.4230.2
Hex8E51C02B5C2C20541e
Octal21612114053134544012436
Binary100011101010001110001010111011100101100100000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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