#8E3603

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

Shades of Saddle Brown #8E3603

Tints of Saddle Brown #8E3603

Color information

#8E3603 (or 0x8E3603) is unknown color: approx Saddle Brown. HEX triplet: 8E, 36 and 03. RGB value is (142,54,3). Sum of RGB (Red+Green+Blue) = 142+54+3=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3603 is #71C9FC. Grayscale: #4A4A4A. Windows color (decimal): -7457277 or 210574. OLE color: 210574.

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

Color convert

RGB142543-
CMYK00.620.980.44
HSL22.01º95.86%28.43%-
HSV(B)22.01º97.89%55.69%-
XYZ12.498.41.05-
YUV74.587.65176.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.36%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=71.36%
G=27.14%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14254300.620.980.4422.0195.8628.43
Hex8E36303E622C16601c
Octal216663076142542614034
Binary10001110110110110111110110001010110010110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,3); }

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

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

 a { background-color: rgb(142,54,3); }

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

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

 span { border-color: rgb(142,54,3); }

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