Shades of Saddle Brown #8E3E03
Tints of Saddle Brown #8E3E03
RGB
CMYK
RGB Variations
Color information
#8E3E03 (or 0x8E3E03) is known color: Saddle Brown. HEX triplet: 8E, 3E and 03. RGB value is (142,62,3). Sum of RGB (Red+Green+Blue) = 142+62+3=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3E03 is #71C1FC. Grayscale: #4F4F4F. Windows color (decimal): -7455229 or 212622. OLE color: 212622.
HSL color Cylindrical-coordinate representation of color #8E3E03: hue angle of 25.47º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E3E03 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.44 |
| HSL | 25.47º | 0.96% | 0.28% | - |
| HSV(B) | 25.47º | 0.98% | 0.56% | - |
| XYZ | 12.89 | 9.2 | 1.18 | - |
| YUV | 79.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 3 | 0 | 0.56 | 0.98 | 0.44 | 25.47 | 0.96 | 0.28 |
| Hex | 8E | 3E | 3 | 0 | 38 | 62 | 2C | 19 | 60 | 1C |
| Octal | 216 | 76 | 3 | 0 | 70 | 142 | 54 | 31 | 140 | 34 |
| Binary | 10001110 | 111110 | 11 | 0 | 111000 | 1100010 | 101100 | 11001 | 1100000 | 11100 |
Color Harmonies of #8E3E03
Complementary color
Monochromatic Colors of #8E3E03
Black with #8E3E03
Text Example
Text Example
White with #8E3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E03; }
p { color: rgb(142,62,3); }
H1.HeaderClassName
{
color: #8E3E03;
}
.AnyTagClassName
{
color: #8E3E03;
}
</style>
background-color css
<style>
a { background-color: #8E3E03; }
a { background-color: rgb(142,62,3); }
div.DivClassName
{
background-color: #8E3E03;
}
.BgClassName
{
background-color: #8E3E03;
}
</style>
border-color css
<style>
span { border-color: #8E3E03; }
span { border-color: rgb(142,62,3); }
td.TdClassName
{
border-color: #8E3E03;
}
.TagClassName
{
border-color: #8E3E03;
}
</style>