#8E4A1D

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

Shades of Saddle Brown #8E4A1D

Tints of Saddle Brown #8E4A1D

Color information

#8E4A1D (or 0x8E4A1D) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4A and 1D. RGB value is (142,74,29). Sum of RGB (Red+Green+Blue) = 142+74+29=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A1D is #71B5E2. Grayscale: #595959. Windows color (decimal): -7452131 or 1919630. OLE color: 1919630.

HSL color Cylindrical-coordinate representation of color #8E4A1D: hue angle of 23.89º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E4A1D is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1427429-
CMYK00.480.800.44
HSL23.89º66.08%33.53%-
HSV(B)23.89º79.58%55.69%-
XYZ13.8310.742.51-
YUV89.294.03165.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 29 (11.72% from 255) = 11.84%
R=57.96%
G=30.20%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142742900.480.800.4423.8966.0833.53
Hex8E4A1D030502C184222
Octal21611235060120543010242
Binary1000111010010101110101100001010000101100110001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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