Shades of Saddle Brown #983D19
Tints of Saddle Brown #983D19
RGB
CMYK
RGB Variations
Color information
#983D19 (or 0x983D19) is known color: Saddle Brown. HEX triplet: 98, 3D and 19. RGB value is (152,61,25). Sum of RGB (Red+Green+Blue) = 152+61+25=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #983D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D19 is #67C2E6. Grayscale: #545454. Windows color (decimal): -6800103 or 1654168. OLE color: 1654168.
HSL color Cylindrical-coordinate representation of color #983D19: hue angle of 17.01º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #983D19 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 25 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.40 |
| HSL | 17.01º | 0.72% | 0.35% | - |
| HSV(B) | 17.01º | 0.84% | 0.6% | - |
| XYZ | 14.79 | 10.08 | 2.09 | - |
| YUV | 84.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 25 | 0 | 0.60 | 0.84 | 0.40 | 17.01 | 0.72 | 0.35 |
| Hex | 98 | 3D | 19 | 0 | 3C | 54 | 28 | 11 | 48 | 23 |
| Octal | 230 | 75 | 31 | 0 | 74 | 124 | 50 | 21 | 110 | 43 |
| Binary | 10011000 | 111101 | 11001 | 0 | 111100 | 1010100 | 101000 | 10001 | 1001000 | 100011 |
Color Harmonies of #983D19
Complementary color
Monochromatic Colors of #983D19
Black with #983D19
Text Example
Text Example
White with #983D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D19; }
p { color: rgb(152,61,25); }
H1.HeaderClassName
{
color: #983D19;
}
.AnyTagClassName
{
color: #983D19;
}
</style>
background-color css
<style>
a { background-color: #983D19; }
a { background-color: rgb(152,61,25); }
div.DivClassName
{
background-color: #983D19;
}
.BgClassName
{
background-color: #983D19;
}
</style>
border-color css
<style>
span { border-color: #983D19; }
span { border-color: rgb(152,61,25); }
td.TdClassName
{
border-color: #983D19;
}
.TagClassName
{
border-color: #983D19;
}
</style>