Shades of Saddle Brown #984008
Tints of Saddle Brown #984008
RGB
CMYK
RGB Variations
Color information
#984008 (or 0x984008) is known color: Saddle Brown. HEX triplet: 98, 40 and 08. RGB value is (152,64,8). Sum of RGB (Red+Green+Blue) = 152+64+8=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #984008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984008 is #67BFF7. Grayscale: #545454. Windows color (decimal): -6799352 or 540824. OLE color: 540824.
HSL color Cylindrical-coordinate representation of color #984008: hue angle of 23.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #984008 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 8 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.40 |
| HSL | 23.33º | 0.9% | 0.31% | - |
| HSV(B) | 23.33º | 0.95% | 0.6% | - |
| XYZ | 14.83 | 10.36 | 1.45 | - |
| YUV | 83.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 8 | 0 | 0.58 | 0.95 | 0.40 | 23.33 | 0.9 | 0.31 |
| Hex | 98 | 40 | 8 | 0 | 3A | 5F | 28 | 17 | 5A | 1F |
| Octal | 230 | 100 | 10 | 0 | 72 | 137 | 50 | 27 | 132 | 37 |
| Binary | 10011000 | 1000000 | 1000 | 0 | 111010 | 1011111 | 101000 | 10111 | 1011010 | 11111 |
Color Harmonies of #984008
Complementary color
Monochromatic Colors of #984008
Black with #984008
Text Example
Text Example
White with #984008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984008; }
p { color: rgb(152,64,8); }
H1.HeaderClassName
{
color: #984008;
}
.AnyTagClassName
{
color: #984008;
}
</style>
background-color css
<style>
a { background-color: #984008; }
a { background-color: rgb(152,64,8); }
div.DivClassName
{
background-color: #984008;
}
.BgClassName
{
background-color: #984008;
}
</style>
border-color css
<style>
span { border-color: #984008; }
span { border-color: rgb(152,64,8); }
td.TdClassName
{
border-color: #984008;
}
.TagClassName
{
border-color: #984008;
}
</style>