Shades of Saddle Brown #983900
Tints of Saddle Brown #983900
RGB
CMYK
RGB Variations
Color information
#983900 (or 0x983900) is known color: Saddle Brown. HEX triplet: 98, 39 and 00. RGB value is (152,57,0). Sum of RGB (Red+Green+Blue) = 152+57+0=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #983900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983900 is #67C6FF. Grayscale: #4F4F4F. Windows color (decimal): -6801152 or 14744. OLE color: 14744.
HSL color Cylindrical-coordinate representation of color #983900: hue angle of 22.5º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #983900 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.40 |
| HSL | 22.5º | 1% | 0.3% | - |
| HSV(B) | 22.5º | 1% | 0.6% | - |
| XYZ | 14.41 | 9.6 | 1.09 | - |
| YUV | 78.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 0 | 0 | 0.62 | 1 | 0.40 | 22.5 | 1 | 0.3 |
| Hex | 98 | 39 | 0 | 0 | 3E | 64 | 28 | 16 | 64 | 1E |
| Octal | 230 | 71 | 0 | 0 | 76 | 144 | 50 | 26 | 144 | 36 |
| Binary | 10011000 | 111001 | 0 | 0 | 111110 | 1100100 | 101000 | 10110 | 1100100 | 11110 |
Color Harmonies of #983900
Complementary color
Monochromatic Colors of #983900
Black with #983900
Text Example
Text Example
White with #983900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983900; }
p { color: rgb(152,57,0); }
H1.HeaderClassName
{
color: #983900;
}
.AnyTagClassName
{
color: #983900;
}
</style>
background-color css
<style>
a { background-color: #983900; }
a { background-color: rgb(152,57,0); }
div.DivClassName
{
background-color: #983900;
}
.BgClassName
{
background-color: #983900;
}
</style>
border-color css
<style>
span { border-color: #983900; }
span { border-color: rgb(152,57,0); }
td.TdClassName
{
border-color: #983900;
}
.TagClassName
{
border-color: #983900;
}
</style>