#8E430A

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

Shades of Saddle Brown #8E430A

Tints of Saddle Brown #8E430A

Color information

#8E430A (or 0x8E430A) is unknown color: approx Saddle Brown. HEX triplet: 8E, 43 and 0A. RGB value is (142,67,10). Sum of RGB (Red+Green+Blue) = 142+67+10=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E430A is #71BCF5. Grayscale: #535353. Windows color (decimal): -7453942 or 672654. OLE color: 672654.

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

Color convert

RGB1426710-
CMYK00.530.930.44
HSL25.91º86.84%29.8%-
HSV(B)25.91º92.96%55.69%-
XYZ13.229.791.48-
YUV82.9386.85170.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.84%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=64.84%
G=30.59%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142671000.530.930.4425.9186.8429.8
Hex8E43A0355D2C1a571e
Octal21610312065135543212736
Binary10001110100001110100110101101110110110011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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