Shades of Saddle Brown #983301
Tints of Saddle Brown #983301
RGB
CMYK
RGB Variations
Color information
#983301 (or 0x983301) is known color: Saddle Brown. HEX triplet: 98, 33 and 01. RGB value is (152,51,1). Sum of RGB (Red+Green+Blue) = 152+51+1=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #983301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983301 is #67CCFE. Grayscale: #4B4B4B. Windows color (decimal): -6802687 or 78744. OLE color: 78744.
HSL color Cylindrical-coordinate representation of color #983301: hue angle of 19.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #983301 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.40 |
| HSL | 19.87º | 0.99% | 0.3% | - |
| HSV(B) | 19.87º | 0.99% | 0.6% | - |
| XYZ | 14.14 | 9.05 | 1.03 | - |
| YUV | 75.5 | 85.96 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 1 | 0 | 0.66 | 0.99 | 0.40 | 19.87 | 0.99 | 0.3 |
| Hex | 98 | 33 | 1 | 0 | 42 | 63 | 28 | 14 | 63 | 1E |
| Octal | 230 | 63 | 1 | 0 | 102 | 143 | 50 | 24 | 143 | 36 |
| Binary | 10011000 | 110011 | 1 | 0 | 1000010 | 1100011 | 101000 | 10100 | 1100011 | 11110 |
Color Harmonies of #983301
Complementary color
Monochromatic Colors of #983301
Black with #983301
Text Example
Text Example
White with #983301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983301; }
p { color: rgb(152,51,1); }
H1.HeaderClassName
{
color: #983301;
}
.AnyTagClassName
{
color: #983301;
}
</style>
background-color css
<style>
a { background-color: #983301; }
a { background-color: rgb(152,51,1); }
div.DivClassName
{
background-color: #983301;
}
.BgClassName
{
background-color: #983301;
}
</style>
border-color css
<style>
span { border-color: #983301; }
span { border-color: rgb(152,51,1); }
td.TdClassName
{
border-color: #983301;
}
.TagClassName
{
border-color: #983301;
}
</style>