Shades of Saddle Brown #8E4100
Tints of Saddle Brown #8E4100
RGB
CMYK
RGB Variations
Color information
#8E4100 (or 0x8E4100) is known color: Saddle Brown. HEX triplet: 8E, 41 and 00. RGB value is (142,65,0). Sum of RGB (Red+Green+Blue) = 142+65+0=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4100 is #71BEFF. Grayscale: #505050. Windows color (decimal): -7454464 or 16782. OLE color: 16782.
HSL color Cylindrical-coordinate representation of color #8E4100: hue angle of 27.46º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E4100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.44 |
| HSL | 27.46º | 1% | 0.28% | - |
| HSV(B) | 27.46º | 1% | 0.56% | - |
| XYZ | 13.05 | 9.53 | 1.15 | - |
| YUV | 80.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 0 | 0 | 0.54 | 1 | 0.44 | 27.46 | 1 | 0.28 |
| Hex | 8E | 41 | 0 | 0 | 36 | 64 | 2C | 1B | 64 | 1C |
| Octal | 216 | 101 | 0 | 0 | 66 | 144 | 54 | 33 | 144 | 34 |
| Binary | 10001110 | 1000001 | 0 | 0 | 110110 | 1100100 | 101100 | 11011 | 1100100 | 11100 |
Color Harmonies of #8E4100
Complementary color
Monochromatic Colors of #8E4100
Black with #8E4100
Text Example
Text Example
White with #8E4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4100; }
p { color: rgb(142,65,0); }
H1.HeaderClassName
{
color: #8E4100;
}
.AnyTagClassName
{
color: #8E4100;
}
</style>
background-color css
<style>
a { background-color: #8E4100; }
a { background-color: rgb(142,65,0); }
div.DivClassName
{
background-color: #8E4100;
}
.BgClassName
{
background-color: #8E4100;
}
</style>
border-color css
<style>
span { border-color: #8E4100; }
span { border-color: rgb(142,65,0); }
td.TdClassName
{
border-color: #8E4100;
}
.TagClassName
{
border-color: #8E4100;
}
</style>