#8E421B

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

Shades of Saddle Brown #8E421B

Tints of Saddle Brown #8E421B

Color information

#8E421B (or 0x8E421B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 42 and 1B. RGB value is (142,66,27). Sum of RGB (Red+Green+Blue) = 142+66+27=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E421B is #71BDE4. Grayscale: #545454. Windows color (decimal): -7454181 or 1786510. OLE color: 1786510.

HSL color Cylindrical-coordinate representation of color #8E421B: hue angle of 20.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E421B is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1426627-
CMYK00.540.810.44
HSL20.35º68.05%33.14%-
HSV(B)20.35º80.99%55.69%-
XYZ13.39.732.21-
YUV84.2895.68169.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=60.43%
G=28.09%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142662700.540.810.4420.3568.0533.14
Hex8E421B036512C144421
Octal21610233066121542410441
Binary1000111010000101101101101101010001101100101001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,27); }

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

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

 a { background-color: rgb(142,66,27); }

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

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

 span { border-color: rgb(142,66,27); }

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