#8E510F

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

Shades of Saddle Brown #8E510F

Tints of Saddle Brown #8E510F

Color information

#8E510F (or 0x8E510F) is unknown color: approx Saddle Brown. HEX triplet: 8E, 51 and 0F. RGB value is (142,81,15). Sum of RGB (Red+Green+Blue) = 142+81+15=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E510F is #71AEF0. Grayscale: #5C5C5C. Windows color (decimal): -7450353 or 1003918. OLE color: 1003918.

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

Color convert

RGB1428115-
CMYK00.430.890.44
HSL31.18º80.89%30.78%-
HSV(B)31.18º89.44%55.69%-
XYZ14.1811.671.96-
YUV91.7184.71163.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=59.66%
G=34.03%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142811500.430.890.4431.1880.8930.78
Hex8E51F02B592C1f511f
Octal21612117053131543712137
Binary10001110101000111110101011101100110110011111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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