#8E3007

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

Shades of Saddle Brown #8E3007

Tints of Saddle Brown #8E3007

Color information

#8E3007 (or 0x8E3007) is unknown color: approx Saddle Brown. HEX triplet: 8E, 30 and 07. RGB value is (142,48,7). Sum of RGB (Red+Green+Blue) = 142+48+7=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3007 is #71CFF8. Grayscale: #474747. Windows color (decimal): -7458809 or 471182. OLE color: 471182.

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

Color convert

RGB142487-
CMYK00.660.950.44
HSL18.22º90.6%29.22%-
HSV(B)18.22º95.07%55.69%-
XYZ12.257.881.08-
YUV71.4391.64178.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.08%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=72.08%
G=24.37%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14248700.660.950.4418.2290.629.22
Hex8E3070425F2C125b1d
Octal2166070102137542213335
Binary1000111011000011101000010101111110110010010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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