Shades of Saddle Brown #8F440D
Tints of Saddle Brown #8F440D
RGB
CMYK
RGB Variations
Color information
#8F440D (or 0x8F440D) is known color: Saddle Brown. HEX triplet: 8F, 44 and 0D. RGB value is (143,68,13). Sum of RGB (Red+Green+Blue) = 143+68+13=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F440D is #70BBF2. Grayscale: #545454. Windows color (decimal): -7388147 or 869519. OLE color: 869519.
HSL color Cylindrical-coordinate representation of color #8F440D: hue angle of 25.38º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F440D is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 13 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.44 |
| HSL | 25.38º | 0.83% | 0.31% | - |
| HSV(B) | 25.38º | 0.91% | 0.56% | - |
| XYZ | 13.47 | 10 | 1.6 | - |
| YUV | 84.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 13 | 0 | 0.52 | 0.91 | 0.44 | 25.38 | 0.83 | 0.31 |
| Hex | 8F | 44 | D | 0 | 34 | 5B | 2C | 19 | 53 | 1F |
| Octal | 217 | 104 | 15 | 0 | 64 | 133 | 54 | 31 | 123 | 37 |
| Binary | 10001111 | 1000100 | 1101 | 0 | 110100 | 1011011 | 101100 | 11001 | 1010011 | 11111 |
Color Harmonies of #8F440D
Complementary color
Monochromatic Colors of #8F440D
Black with #8F440D
Text Example
Text Example
White with #8F440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F440D; }
p { color: rgb(143,68,13); }
H1.HeaderClassName
{
color: #8F440D;
}
.AnyTagClassName
{
color: #8F440D;
}
</style>
background-color css
<style>
a { background-color: #8F440D; }
a { background-color: rgb(143,68,13); }
div.DivClassName
{
background-color: #8F440D;
}
.BgClassName
{
background-color: #8F440D;
}
</style>
border-color css
<style>
span { border-color: #8F440D; }
span { border-color: rgb(143,68,13); }
td.TdClassName
{
border-color: #8F440D;
}
.TagClassName
{
border-color: #8F440D;
}
</style>