#8E3005

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

Shades of Saddle Brown #8E3005

Tints of Saddle Brown #8E3005

Color information

#8E3005 (or 0x8E3005) is unknown color: approx Saddle Brown. HEX triplet: 8E, 30 and 05. RGB value is (142,48,5). Sum of RGB (Red+Green+Blue) = 142+48+5=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3005 is #71CFFA. Grayscale: #474747. Windows color (decimal): -7458811 or 340110. OLE color: 340110.

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

Color convert

RGB142485-
CMYK00.660.960.44
HSL18.83º93.2%28.82%-
HSV(B)18.83º96.48%55.69%-
XYZ12.247.881.02-
YUV71.290.64178.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.82%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=72.82%
G=24.62%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14248500.660.960.4418.8393.228.82
Hex8E305042602C135d1d
Octal2166050102140542313535
Binary1000111011000010101000010110000010110010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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