Shades of Saddle Brown #8E421A
Tints of Saddle Brown #8E421A
RGB
CMYK
RGB Variations
Color information
#8E421A (or 0x8E421A) is known color: Saddle Brown. HEX triplet: 8E, 42 and 1A. RGB value is (142,66,26). Sum of RGB (Red+Green+Blue) = 142+66+26=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E421A is #71BDE5. Grayscale: #545454. Windows color (decimal): -7454182 or 1720974. OLE color: 1720974.
HSL color Cylindrical-coordinate representation of color #8E421A: hue angle of 20.69º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E421A is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 26 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.44 |
| HSL | 20.69º | 0.69% | 0.33% | - |
| HSV(B) | 20.69º | 0.82% | 0.56% | - |
| XYZ | 13.29 | 9.72 | 2.15 | - |
| YUV | 84.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 26 | 0 | 0.54 | 0.82 | 0.44 | 20.69 | 0.69 | 0.33 |
| Hex | 8E | 42 | 1A | 0 | 36 | 52 | 2C | 15 | 45 | 21 |
| Octal | 216 | 102 | 32 | 0 | 66 | 122 | 54 | 25 | 105 | 41 |
| Binary | 10001110 | 1000010 | 11010 | 0 | 110110 | 1010010 | 101100 | 10101 | 1000101 | 100001 |
Color Harmonies of #8E421A
Complementary color
Monochromatic Colors of #8E421A
Black with #8E421A
Text Example
Text Example
White with #8E421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E421A; }
p { color: rgb(142,66,26); }
H1.HeaderClassName
{
color: #8E421A;
}
.AnyTagClassName
{
color: #8E421A;
}
</style>
background-color css
<style>
a { background-color: #8E421A; }
a { background-color: rgb(142,66,26); }
div.DivClassName
{
background-color: #8E421A;
}
.BgClassName
{
background-color: #8E421A;
}
</style>
border-color css
<style>
span { border-color: #8E421A; }
span { border-color: rgb(142,66,26); }
td.TdClassName
{
border-color: #8E421A;
}
.TagClassName
{
border-color: #8E421A;
}
</style>