Shades of Saddle Brown #8E3302
Tints of Saddle Brown #8E3302
RGB
CMYK
RGB Variations
Color information
#8E3302 (or 0x8E3302) is known color: Saddle Brown. HEX triplet: 8E, 33 and 02. RGB value is (142,51,2). Sum of RGB (Red+Green+Blue) = 142+51+2=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3302 is #71CCFD. Grayscale: #484848. Windows color (decimal): -7458046 or 144270. OLE color: 144270.
HSL color Cylindrical-coordinate representation of color #8E3302: hue angle of 21º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E3302 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 51 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.44 |
| HSL | 21º | 0.97% | 0.28% | - |
| HSV(B) | 21º | 0.99% | 0.56% | - |
| XYZ | 12.35 | 8.12 | 0.97 | - |
| YUV | 72.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 2 | 0 | 0.64 | 0.99 | 0.44 | 21 | 0.97 | 0.28 |
| Hex | 8E | 33 | 2 | 0 | 40 | 63 | 2C | 15 | 61 | 1C |
| Octal | 216 | 63 | 2 | 0 | 100 | 143 | 54 | 25 | 141 | 34 |
| Binary | 10001110 | 110011 | 10 | 0 | 1000000 | 1100011 | 101100 | 10101 | 1100001 | 11100 |
Color Harmonies of #8E3302
Complementary color
Monochromatic Colors of #8E3302
Black with #8E3302
Text Example
Text Example
White with #8E3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3302; }
p { color: rgb(142,51,2); }
H1.HeaderClassName
{
color: #8E3302;
}
.AnyTagClassName
{
color: #8E3302;
}
</style>
background-color css
<style>
a { background-color: #8E3302; }
a { background-color: rgb(142,51,2); }
div.DivClassName
{
background-color: #8E3302;
}
.BgClassName
{
background-color: #8E3302;
}
</style>
border-color css
<style>
span { border-color: #8E3302; }
span { border-color: rgb(142,51,2); }
td.TdClassName
{
border-color: #8E3302;
}
.TagClassName
{
border-color: #8E3302;
}
</style>