#8E3B03

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

Shades of Saddle Brown #8E3B03

Tints of Saddle Brown #8E3B03

Color information

#8E3B03 (or 0x8E3B03) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3B and 03. RGB value is (142,59,3). Sum of RGB (Red+Green+Blue) = 142+59+3=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3B03 is #71C4FC. Grayscale: #4D4D4D. Windows color (decimal): -7455997 or 211854. OLE color: 211854.

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

Color convert

RGB142593-
CMYK00.580.980.44
HSL24.17º95.86%28.43%-
HSV(B)24.17º97.89%55.69%-
XYZ12.748.891.13-
YUV77.4386174.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.61%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=69.61%
G=28.92%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14259300.580.980.4424.1795.8628.43
Hex8E3B303A622C18601c
Octal216733072142543014034
Binary10001110111011110111010110001010110011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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