Shades of Saddle Brown #983E05
Tints of Saddle Brown #983E05
RGB
CMYK
RGB Variations
Color information
#983E05 (or 0x983E05) is known color: Saddle Brown. HEX triplet: 98, 3E and 05. RGB value is (152,62,5). Sum of RGB (Red+Green+Blue) = 152+62+5=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #983E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983E05 is #67C1FA. Grayscale: #525252. Windows color (decimal): -6799867 or 343704. OLE color: 343704.
HSL color Cylindrical-coordinate representation of color #983E05: hue angle of 23.27º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #983E05 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.40 |
| HSL | 23.27º | 0.94% | 0.31% | - |
| HSV(B) | 23.27º | 0.97% | 0.6% | - |
| XYZ | 14.7 | 10.13 | 1.32 | - |
| YUV | 82.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 5 | 0 | 0.59 | 0.97 | 0.40 | 23.27 | 0.94 | 0.31 |
| Hex | 98 | 3E | 5 | 0 | 3B | 61 | 28 | 17 | 5E | 1F |
| Octal | 230 | 76 | 5 | 0 | 73 | 141 | 50 | 27 | 136 | 37 |
| Binary | 10011000 | 111110 | 101 | 0 | 111011 | 1100001 | 101000 | 10111 | 1011110 | 11111 |
Color Harmonies of #983E05
Complementary color
Monochromatic Colors of #983E05
Black with #983E05
Text Example
Text Example
White with #983E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E05; }
p { color: rgb(152,62,5); }
H1.HeaderClassName
{
color: #983E05;
}
.AnyTagClassName
{
color: #983E05;
}
</style>
background-color css
<style>
a { background-color: #983E05; }
a { background-color: rgb(152,62,5); }
div.DivClassName
{
background-color: #983E05;
}
.BgClassName
{
background-color: #983E05;
}
</style>
border-color css
<style>
span { border-color: #983E05; }
span { border-color: rgb(152,62,5); }
td.TdClassName
{
border-color: #983E05;
}
.TagClassName
{
border-color: #983E05;
}
</style>