#8E3A05

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

Shades of Saddle Brown #8E3A05

Tints of Saddle Brown #8E3A05

Color information

#8E3A05 (or 0x8E3A05) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3A and 05. RGB value is (142,58,5). Sum of RGB (Red+Green+Blue) = 142+58+5=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3A05 is #71C5FA. Grayscale: #4D4D4D. Windows color (decimal): -7456251 or 342670. OLE color: 342670.

HSL color Cylindrical-coordinate representation of color #8E3A05: hue angle of 23.21º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E3A05 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142585-
CMYK00.590.960.44
HSL23.21º93.2%28.82%-
HSV(B)23.21º96.48%55.69%-
XYZ12.78.791.17-
YUV77.0787.33174.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.27%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=69.27%
G=28.29%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14258500.590.960.4423.2193.228.82
Hex8E3A503B602C175d1d
Octal216725073140542713535
Binary100011101110101010111011110000010110010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,5); }

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

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

 a { background-color: rgb(142,58,5); }

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

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

 span { border-color: rgb(142,58,5); }

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