Shades of Saddle Brown #983F0A
Tints of Saddle Brown #983F0A
RGB
CMYK
RGB Variations
Color information
#983F0A (or 0x983F0A) is known color: Saddle Brown. HEX triplet: 98, 3F and 0A. RGB value is (152,63,10). Sum of RGB (Red+Green+Blue) = 152+63+10=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983F0A is #67C0F5. Grayscale: #535353. Windows color (decimal): -6799606 or 671640. OLE color: 671640.
HSL color Cylindrical-coordinate representation of color #983F0A: hue angle of 22.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #983F0A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 10 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.40 |
| HSL | 22.39º | 0.88% | 0.32% | - |
| HSV(B) | 22.39º | 0.93% | 0.6% | - |
| XYZ | 14.78 | 10.25 | 1.49 | - |
| YUV | 83.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 10 | 0 | 0.59 | 0.93 | 0.40 | 22.39 | 0.88 | 0.32 |
| Hex | 98 | 3F | A | 0 | 3B | 5D | 28 | 16 | 58 | 20 |
| Octal | 230 | 77 | 12 | 0 | 73 | 135 | 50 | 26 | 130 | 40 |
| Binary | 10011000 | 111111 | 1010 | 0 | 111011 | 1011101 | 101000 | 10110 | 1011000 | 100000 |
Color Harmonies of #983F0A
Complementary color
Monochromatic Colors of #983F0A
Black with #983F0A
Text Example
Text Example
White with #983F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F0A; }
p { color: rgb(152,63,10); }
H1.HeaderClassName
{
color: #983F0A;
}
.AnyTagClassName
{
color: #983F0A;
}
</style>
background-color css
<style>
a { background-color: #983F0A; }
a { background-color: rgb(152,63,10); }
div.DivClassName
{
background-color: #983F0A;
}
.BgClassName
{
background-color: #983F0A;
}
</style>
border-color css
<style>
span { border-color: #983F0A; }
span { border-color: rgb(152,63,10); }
td.TdClassName
{
border-color: #983F0A;
}
.TagClassName
{
border-color: #983F0A;
}
</style>