Shades of Saddle Brown #8F2A02
Tints of Saddle Brown #8F2A02
RGB
CMYK
RGB Variations
Color information
#8F2A02 (or 0x8F2A02) is known color: Saddle Brown. HEX triplet: 8F, 2A and 02. RGB value is (143,42,2). Sum of RGB (Red+Green+Blue) = 143+42+2=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2A02 is #70D5FD. Grayscale: #434343. Windows color (decimal): -7394814 or 141967. OLE color: 141967.
HSL color Cylindrical-coordinate representation of color #8F2A02: hue angle of 17.02º 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 #8F2A02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.44 |
| HSL | 17.02º | 0.97% | 0.28% | - |
| HSV(B) | 17.02º | 0.99% | 0.56% | - |
| XYZ | 12.17 | 7.5 | 0.86 | - |
| YUV | 67.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 2 | 0 | 0.71 | 0.99 | 0.44 | 17.02 | 0.97 | 0.28 |
| Hex | 8F | 2A | 2 | 0 | 47 | 63 | 2C | 11 | 61 | 1C |
| Octal | 217 | 52 | 2 | 0 | 107 | 143 | 54 | 21 | 141 | 34 |
| Binary | 10001111 | 101010 | 10 | 0 | 1000111 | 1100011 | 101100 | 10001 | 1100001 | 11100 |
Color Harmonies of #8F2A02
Complementary color
Monochromatic Colors of #8F2A02
Black with #8F2A02
Text Example
Text Example
White with #8F2A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A02; }
p { color: rgb(143,42,2); }
H1.HeaderClassName
{
color: #8F2A02;
}
.AnyTagClassName
{
color: #8F2A02;
}
</style>
background-color css
<style>
a { background-color: #8F2A02; }
a { background-color: rgb(143,42,2); }
div.DivClassName
{
background-color: #8F2A02;
}
.BgClassName
{
background-color: #8F2A02;
}
</style>
border-color css
<style>
span { border-color: #8F2A02; }
span { border-color: rgb(143,42,2); }
td.TdClassName
{
border-color: #8F2A02;
}
.TagClassName
{
border-color: #8F2A02;
}
</style>