Shades of Saddle Brown #983603
Tints of Saddle Brown #983603
RGB
CMYK
RGB Variations
Color information
#983603 (or 0x983603) is known color: Saddle Brown. HEX triplet: 98, 36 and 03. RGB value is (152,54,3). Sum of RGB (Red+Green+Blue) = 152+54+3=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #983603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983603 is #67C9FC. Grayscale: #4D4D4D. Windows color (decimal): -6801917 or 210584. OLE color: 210584.
HSL color Cylindrical-coordinate representation of color #983603: hue angle of 20.54º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #983603 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.40 |
| HSL | 20.54º | 0.96% | 0.3% | - |
| HSV(B) | 20.54º | 0.98% | 0.6% | - |
| XYZ | 14.28 | 9.32 | 1.13 | - |
| YUV | 77.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 3 | 0 | 0.64 | 0.98 | 0.40 | 20.54 | 0.96 | 0.3 |
| Hex | 98 | 36 | 3 | 0 | 40 | 62 | 28 | 15 | 60 | 1E |
| Octal | 230 | 66 | 3 | 0 | 100 | 142 | 50 | 25 | 140 | 36 |
| Binary | 10011000 | 110110 | 11 | 0 | 1000000 | 1100010 | 101000 | 10101 | 1100000 | 11110 |
Color Harmonies of #983603
Complementary color
Monochromatic Colors of #983603
Black with #983603
Text Example
Text Example
White with #983603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983603; }
p { color: rgb(152,54,3); }
H1.HeaderClassName
{
color: #983603;
}
.AnyTagClassName
{
color: #983603;
}
</style>
background-color css
<style>
a { background-color: #983603; }
a { background-color: rgb(152,54,3); }
div.DivClassName
{
background-color: #983603;
}
.BgClassName
{
background-color: #983603;
}
</style>
border-color css
<style>
span { border-color: #983603; }
span { border-color: rgb(152,54,3); }
td.TdClassName
{
border-color: #983603;
}
.TagClassName
{
border-color: #983603;
}
</style>