#8E4A1F

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

Shades of Saddle Brown #8E4A1F

Tints of Saddle Brown #8E4A1F

Color information

#8E4A1F (or 0x8E4A1F) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4A and 1F. RGB value is (142,74,31). Sum of RGB (Red+Green+Blue) = 142+74+31=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A1F is #71B5E0. Grayscale: #595959. Windows color (decimal): -7452129 or 2050702. OLE color: 2050702.

HSL color Cylindrical-coordinate representation of color #8E4A1F: hue angle of 23.24º 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 #8E4A1F is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1427431-
CMYK00.480.780.44
HSL23.24º64.16%33.92%-
HSV(B)23.24º78.17%55.69%-
XYZ13.8510.752.64-
YUV89.4395.03165.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=57.49%
G=29.96%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142743100.480.780.4423.2464.1633.92
Hex8E4A1F0304E2C174022
Octal21611237060116542710042
Binary1000111010010101111101100001001110101100101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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