#8E330A

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

Shades of Saddle Brown #8E330A

Tints of Saddle Brown #8E330A

Color information

#8E330A (or 0x8E330A) is unknown color: approx Saddle Brown. HEX triplet: 8E, 33 and 0A. RGB value is (142,51,10). Sum of RGB (Red+Green+Blue) = 142+51+10=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E330A is #71CCF5. Grayscale: #494949. Windows color (decimal): -7458038 or 668558. OLE color: 668558.

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

Color convert

RGB1425110-
CMYK00.640.930.44
HSL18.64º86.84%29.8%-
HSV(B)18.64º92.96%55.69%-
XYZ12.398.141.21-
YUV73.5492.15176.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=69.95%
G=25.12%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142511000.640.930.4418.6486.8429.8
Hex8E33A0405D2C13571e
Octal21663120100135542312736
Binary10001110110011101001000000101110110110010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,10); }

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

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

 a { background-color: rgb(142,51,10); }

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

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

 span { border-color: rgb(142,51,10); }

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