#8E4B1F

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

Shades of Saddle Brown #8E4B1F

Tints of Saddle Brown #8E4B1F

Color information

#8E4B1F (or 0x8E4B1F) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4B and 1F. RGB value is (142,75,31). Sum of RGB (Red+Green+Blue) = 142+75+31=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4B1F is #71B4E0. Grayscale: #5A5A5A. Windows color (decimal): -7451873 or 2050958. OLE color: 2050958.

HSL color Cylindrical-coordinate representation of color #8E4B1F: hue angle of 23.78º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E4B1F is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1427531-
CMYK00.470.780.44
HSL23.78º64.16%33.92%-
HSV(B)23.78º78.17%55.69%-
XYZ13.9210.882.66-
YUV90.0294.7165.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=57.26%
G=30.24%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142753100.470.780.4423.7864.1633.92
Hex8E4B1F02F4E2C184022
Octal21611337057116543010042
Binary1000111010010111111101011111001110101100110001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,75,31); }

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

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

 a { background-color: rgb(142,75,31); }

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

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

 span { border-color: rgb(142,75,31); }

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