Shades of Saddle Brown #8E421B
Tints of Saddle Brown #8E421B
RGB
CMYK
RGB Variations
Color information
#8E421B (or 0x8E421B) is known color: 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
| RGB | 142 | 66 | 27 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.44 |
| HSL | 20.35º | 0.68% | 0.33% | - |
| HSV(B) | 20.35º | 0.81% | 0.56% | - |
| XYZ | 13.3 | 9.73 | 2.21 | - |
| YUV | 84.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 27 | 0 | 0.54 | 0.81 | 0.44 | 20.35 | 0.68 | 0.33 |
| Hex | 8E | 42 | 1B | 0 | 36 | 51 | 2C | 14 | 44 | 21 |
| Octal | 216 | 102 | 33 | 0 | 66 | 121 | 54 | 24 | 104 | 41 |
| Binary | 10001110 | 1000010 | 11011 | 0 | 110110 | 1010001 | 101100 | 10100 | 1000100 | 100001 |
Color Harmonies of #8E421B
Complementary color
Monochromatic Colors of #8E421B
Black with #8E421B
Text Example
Text Example
White with #8E421B
Text Example
Text Example
HTML Codes & Css Web 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>