Shades of Saddle Brown #983D17
Tints of Saddle Brown #983D17
RGB
CMYK
RGB Variations
Color information
#983D17 (or 0x983D17) is known color: Saddle Brown. HEX triplet: 98, 3D and 17. RGB value is (152,61,23). Sum of RGB (Red+Green+Blue) = 152+61+23=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #983D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D17 is #67C2E8. Grayscale: #545454. Windows color (decimal): -6800105 or 1523096. OLE color: 1523096.
HSL color Cylindrical-coordinate representation of color #983D17: hue angle of 17.67º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #983D17 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 23 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.40 |
| HSL | 17.67º | 0.74% | 0.34% | - |
| HSV(B) | 17.67º | 0.85% | 0.6% | - |
| XYZ | 14.77 | 10.07 | 1.98 | - |
| YUV | 83.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 23 | 0 | 0.60 | 0.85 | 0.40 | 17.67 | 0.74 | 0.34 |
| Hex | 98 | 3D | 17 | 0 | 3C | 55 | 28 | 12 | 4A | 22 |
| Octal | 230 | 75 | 27 | 0 | 74 | 125 | 50 | 22 | 112 | 42 |
| Binary | 10011000 | 111101 | 10111 | 0 | 111100 | 1010101 | 101000 | 10010 | 1001010 | 100010 |
Color Harmonies of #983D17
Complementary color
Monochromatic Colors of #983D17
Black with #983D17
Text Example
Text Example
White with #983D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D17; }
p { color: rgb(152,61,23); }
H1.HeaderClassName
{
color: #983D17;
}
.AnyTagClassName
{
color: #983D17;
}
</style>
background-color css
<style>
a { background-color: #983D17; }
a { background-color: rgb(152,61,23); }
div.DivClassName
{
background-color: #983D17;
}
.BgClassName
{
background-color: #983D17;
}
</style>
border-color css
<style>
span { border-color: #983D17; }
span { border-color: rgb(152,61,23); }
td.TdClassName
{
border-color: #983D17;
}
.TagClassName
{
border-color: #983D17;
}
</style>