Shades of Saddle Brown #8E2C02
Tints of Saddle Brown #8E2C02
RGB
CMYK
RGB Variations
Color information
#8E2C02 (or 0x8E2C02) is known color: Saddle Brown. HEX triplet: 8E, 2C and 02. RGB value is (142,44,2). Sum of RGB (Red+Green+Blue) = 142+44+2=188 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.53% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2C02 is #71D3FD. Grayscale: #444444. Windows color (decimal): -7459838 or 142478. OLE color: 142478.
HSL color Cylindrical-coordinate representation of color #8E2C02: hue angle of 18º 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 #8E2C02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 44 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.44 |
| HSL | 18º | 0.97% | 0.28% | - |
| HSV(B) | 18º | 0.99% | 0.56% | - |
| XYZ | 12.07 | 7.56 | 0.88 | - |
| YUV | 68.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 2 | 0 | 0.69 | 0.99 | 0.44 | 18 | 0.97 | 0.28 |
| Hex | 8E | 2C | 2 | 0 | 45 | 63 | 2C | 12 | 61 | 1C |
| Octal | 216 | 54 | 2 | 0 | 105 | 143 | 54 | 22 | 141 | 34 |
| Binary | 10001110 | 101100 | 10 | 0 | 1000101 | 1100011 | 101100 | 10010 | 1100001 | 11100 |
Color Harmonies of #8E2C02
Complementary color
Monochromatic Colors of #8E2C02
Black with #8E2C02
Text Example
Text Example
White with #8E2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2C02; }
p { color: rgb(142,44,2); }
H1.HeaderClassName
{
color: #8E2C02;
}
.AnyTagClassName
{
color: #8E2C02;
}
</style>
background-color css
<style>
a { background-color: #8E2C02; }
a { background-color: rgb(142,44,2); }
div.DivClassName
{
background-color: #8E2C02;
}
.BgClassName
{
background-color: #8E2C02;
}
</style>
border-color css
<style>
span { border-color: #8E2C02; }
span { border-color: rgb(142,44,2); }
td.TdClassName
{
border-color: #8E2C02;
}
.TagClassName
{
border-color: #8E2C02;
}
</style>