Shades of Saddle Brown #8F2D00
Tints of Saddle Brown #8F2D00
RGB
CMYK
RGB Variations
Color information
#8F2D00 (or 0x8F2D00) is known color: Saddle Brown. HEX triplet: 8F, 2D and 00. RGB value is (143,45,0). Sum of RGB (Red+Green+Blue) = 143+45+0=188 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.06% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2D00 is #70D2FF. Grayscale: #454545. Windows color (decimal): -7394048 or 11663. OLE color: 11663.
HSL color Cylindrical-coordinate representation of color #8F2D00: hue angle of 18.88º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F2D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 45 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.44 |
| HSL | 18.88º | 1% | 0.28% | - |
| HSV(B) | 18.88º | 1% | 0.56% | - |
| XYZ | 12.27 | 7.72 | 0.84 | - |
| YUV | 69.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 0 | 0 | 0.69 | 1 | 0.44 | 18.88 | 1 | 0.28 |
| Hex | 8F | 2D | 0 | 0 | 45 | 64 | 2C | 13 | 64 | 1C |
| Octal | 217 | 55 | 0 | 0 | 105 | 144 | 54 | 23 | 144 | 34 |
| Binary | 10001111 | 101101 | 0 | 0 | 1000101 | 1100100 | 101100 | 10011 | 1100100 | 11100 |
Color Harmonies of #8F2D00
Complementary color
Monochromatic Colors of #8F2D00
Black with #8F2D00
Text Example
Text Example
White with #8F2D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2D00; }
p { color: rgb(143,45,0); }
H1.HeaderClassName
{
color: #8F2D00;
}
.AnyTagClassName
{
color: #8F2D00;
}
</style>
background-color css
<style>
a { background-color: #8F2D00; }
a { background-color: rgb(143,45,0); }
div.DivClassName
{
background-color: #8F2D00;
}
.BgClassName
{
background-color: #8F2D00;
}
</style>
border-color css
<style>
span { border-color: #8F2D00; }
span { border-color: rgb(143,45,0); }
td.TdClassName
{
border-color: #8F2D00;
}
.TagClassName
{
border-color: #8F2D00;
}
</style>