Shades of Saddle Brown #983A16
Tints of Saddle Brown #983A16
RGB
CMYK
RGB Variations
Color information
#983A16 (or 0x983A16) is known color: Saddle Brown. HEX triplet: 98, 3A and 16. RGB value is (152,58,22). Sum of RGB (Red+Green+Blue) = 152+58+22=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #983A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A16 is #67C5E9. Grayscale: #525252. Windows color (decimal): -6800874 or 1456792. OLE color: 1456792.
HSL color Cylindrical-coordinate representation of color #983A16: hue angle of 16.62º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #983A16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 22 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.40 |
| HSL | 16.62º | 0.75% | 0.34% | - |
| HSV(B) | 16.62º | 0.86% | 0.6% | - |
| XYZ | 14.61 | 9.76 | 1.87 | - |
| YUV | 82 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 22 | 0 | 0.62 | 0.86 | 0.40 | 16.62 | 0.75 | 0.34 |
| Hex | 98 | 3A | 16 | 0 | 3E | 56 | 28 | 11 | 4B | 22 |
| Octal | 230 | 72 | 26 | 0 | 76 | 126 | 50 | 21 | 113 | 42 |
| Binary | 10011000 | 111010 | 10110 | 0 | 111110 | 1010110 | 101000 | 10001 | 1001011 | 100010 |
Color Harmonies of #983A16
Complementary color
Monochromatic Colors of #983A16
Black with #983A16
Text Example
Text Example
White with #983A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A16; }
p { color: rgb(152,58,22); }
H1.HeaderClassName
{
color: #983A16;
}
.AnyTagClassName
{
color: #983A16;
}
</style>
background-color css
<style>
a { background-color: #983A16; }
a { background-color: rgb(152,58,22); }
div.DivClassName
{
background-color: #983A16;
}
.BgClassName
{
background-color: #983A16;
}
</style>
border-color css
<style>
span { border-color: #983A16; }
span { border-color: rgb(152,58,22); }
td.TdClassName
{
border-color: #983A16;
}
.TagClassName
{
border-color: #983A16;
}
</style>