Shades of Saddle Brown #982D06
Tints of Saddle Brown #982D06
RGB
CMYK
RGB Variations
Color information
#982D06 (or 0x982D06) is known color: Saddle Brown. HEX triplet: 98, 2D and 06. RGB value is (152,45,6). Sum of RGB (Red+Green+Blue) = 152+45+6=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #982D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982D06 is #67D2F9. Grayscale: #484848. Windows color (decimal): -6804218 or 404888. OLE color: 404888.
HSL color Cylindrical-coordinate representation of color #982D06: hue angle of 16.03º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #982D06 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 45 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.40 |
| HSL | 16.03º | 0.92% | 0.31% | - |
| HSV(B) | 16.03º | 0.96% | 0.6% | - |
| XYZ | 13.92 | 8.57 | 1.09 | - |
| YUV | 72.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 45 | 6 | 0 | 0.70 | 0.96 | 0.40 | 16.03 | 0.92 | 0.31 |
| Hex | 98 | 2D | 6 | 0 | 46 | 60 | 28 | 10 | 5C | 1F |
| Octal | 230 | 55 | 6 | 0 | 106 | 140 | 50 | 20 | 134 | 37 |
| Binary | 10011000 | 101101 | 110 | 0 | 1000110 | 1100000 | 101000 | 10000 | 1011100 | 11111 |
Color Harmonies of #982D06
Complementary color
Monochromatic Colors of #982D06
Black with #982D06
Text Example
Text Example
White with #982D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982D06; }
p { color: rgb(152,45,6); }
H1.HeaderClassName
{
color: #982D06;
}
.AnyTagClassName
{
color: #982D06;
}
</style>
background-color css
<style>
a { background-color: #982D06; }
a { background-color: rgb(152,45,6); }
div.DivClassName
{
background-color: #982D06;
}
.BgClassName
{
background-color: #982D06;
}
</style>
border-color css
<style>
span { border-color: #982D06; }
span { border-color: rgb(152,45,6); }
td.TdClassName
{
border-color: #982D06;
}
.TagClassName
{
border-color: #982D06;
}
</style>