Shades of Saddle Brown #8F2F04
Tints of Saddle Brown #8F2F04
RGB
CMYK
RGB Variations
Color information
#8F2F04 (or 0x8F2F04) is known color: Saddle Brown. HEX triplet: 8F, 2F and 04. RGB value is (143,47,4). Sum of RGB (Red+Green+Blue) = 143+47+4=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2F04 is #70D0FB. Grayscale: #474747. Windows color (decimal): -7393532 or 274319. OLE color: 274319.
HSL color Cylindrical-coordinate representation of color #8F2F04: hue angle of 18.56º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F2F04 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 47 | 4 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.44 |
| HSL | 18.56º | 0.95% | 0.29% | - |
| HSV(B) | 18.56º | 0.97% | 0.56% | - |
| XYZ | 12.37 | 7.88 | 0.98 | - |
| YUV | 70.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 4 | 0 | 0.67 | 0.97 | 0.44 | 18.56 | 0.95 | 0.29 |
| Hex | 8F | 2F | 4 | 0 | 43 | 61 | 2C | 13 | 5F | 1D |
| Octal | 217 | 57 | 4 | 0 | 103 | 141 | 54 | 23 | 137 | 35 |
| Binary | 10001111 | 101111 | 100 | 0 | 1000011 | 1100001 | 101100 | 10011 | 1011111 | 11101 |
Color Harmonies of #8F2F04
Complementary color
Monochromatic Colors of #8F2F04
Black with #8F2F04
Text Example
Text Example
White with #8F2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2F04; }
p { color: rgb(143,47,4); }
H1.HeaderClassName
{
color: #8F2F04;
}
.AnyTagClassName
{
color: #8F2F04;
}
</style>
background-color css
<style>
a { background-color: #8F2F04; }
a { background-color: rgb(143,47,4); }
div.DivClassName
{
background-color: #8F2F04;
}
.BgClassName
{
background-color: #8F2F04;
}
</style>
border-color css
<style>
span { border-color: #8F2F04; }
span { border-color: rgb(143,47,4); }
td.TdClassName
{
border-color: #8F2F04;
}
.TagClassName
{
border-color: #8F2F04;
}
</style>