Shades of Saddle Brown #985313
Tints of Saddle Brown #985313
RGB
CMYK
RGB Variations
Color information
#985313 (or 0x985313) is known color: Saddle Brown. HEX triplet: 98, 53 and 13. RGB value is (152,83,19). Sum of RGB (Red+Green+Blue) = 152+83+19=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #985313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985313 is #67ACEC. Grayscale: #606060. Windows color (decimal): -6794477 or 1266584. OLE color: 1266584.
HSL color Cylindrical-coordinate representation of color #985313: hue angle of 28.87º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #985313 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 19 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.40 |
| HSL | 28.87º | 0.78% | 0.34% | - |
| HSV(B) | 28.87º | 0.88% | 0.6% | - |
| XYZ | 16.16 | 12.91 | 2.26 | - |
| YUV | 96.34 | 84.36 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 19 | 0 | 0.45 | 0.87 | 0.40 | 28.87 | 0.78 | 0.34 |
| Hex | 98 | 53 | 13 | 0 | 2D | 57 | 28 | 1D | 4E | 22 |
| Octal | 230 | 123 | 23 | 0 | 55 | 127 | 50 | 35 | 116 | 42 |
| Binary | 10011000 | 1010011 | 10011 | 0 | 101101 | 1010111 | 101000 | 11101 | 1001110 | 100010 |
Color Harmonies of #985313
Complementary color
Monochromatic Colors of #985313
Black with #985313
Text Example
Text Example
White with #985313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985313; }
p { color: rgb(152,83,19); }
H1.HeaderClassName
{
color: #985313;
}
.AnyTagClassName
{
color: #985313;
}
</style>
background-color css
<style>
a { background-color: #985313; }
a { background-color: rgb(152,83,19); }
div.DivClassName
{
background-color: #985313;
}
.BgClassName
{
background-color: #985313;
}
</style>
border-color css
<style>
span { border-color: #985313; }
span { border-color: rgb(152,83,19); }
td.TdClassName
{
border-color: #985313;
}
.TagClassName
{
border-color: #985313;
}
</style>