Shades of Saddle Brown #8F2F07
Tints of Saddle Brown #8F2F07
RGB
CMYK
RGB Variations
Color information
#8F2F07 (or 0x8F2F07) is known color: Saddle Brown. HEX triplet: 8F, 2F and 07. RGB value is (143,47,7). Sum of RGB (Red+Green+Blue) = 143+47+7=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2F07 is #70D0F8. Grayscale: #474747. Windows color (decimal): -7393529 or 470927. OLE color: 470927.
HSL color Cylindrical-coordinate representation of color #8F2F07: hue angle of 17.65º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F2F07 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 47 | 7 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.44 |
| HSL | 17.65º | 0.91% | 0.29% | - |
| HSV(B) | 17.65º | 0.95% | 0.56% | - |
| XYZ | 12.38 | 7.89 | 1.07 | - |
| YUV | 71.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 47 | 7 | 0 | 0.67 | 0.95 | 0.44 | 17.65 | 0.91 | 0.29 |
| Hex | 8F | 2F | 7 | 0 | 43 | 5F | 2C | 12 | 5B | 1D |
| Octal | 217 | 57 | 7 | 0 | 103 | 137 | 54 | 22 | 133 | 35 |
| Binary | 10001111 | 101111 | 111 | 0 | 1000011 | 1011111 | 101100 | 10010 | 1011011 | 11101 |
Color Harmonies of #8F2F07
Complementary color
Monochromatic Colors of #8F2F07
Black with #8F2F07
Text Example
Text Example
White with #8F2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2F07; }
p { color: rgb(143,47,7); }
H1.HeaderClassName
{
color: #8F2F07;
}
.AnyTagClassName
{
color: #8F2F07;
}
</style>
background-color css
<style>
a { background-color: #8F2F07; }
a { background-color: rgb(143,47,7); }
div.DivClassName
{
background-color: #8F2F07;
}
.BgClassName
{
background-color: #8F2F07;
}
</style>
border-color css
<style>
span { border-color: #8F2F07; }
span { border-color: rgb(143,47,7); }
td.TdClassName
{
border-color: #8F2F07;
}
.TagClassName
{
border-color: #8F2F07;
}
</style>