Shades of Saddle Brown #982F09
Tints of Saddle Brown #982F09
RGB
CMYK
RGB Variations
Color information
#982F09 (or 0x982F09) is known color: Saddle Brown. HEX triplet: 98, 2F and 09. RGB value is (152,47,9). Sum of RGB (Red+Green+Blue) = 152+47+9=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #982F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F09 is #67D0F6. Grayscale: #4A4A4A. Windows color (decimal): -6803703 or 602008. OLE color: 602008.
HSL color Cylindrical-coordinate representation of color #982F09: hue angle of 15.94º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #982F09 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 9 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.40 |
| HSL | 15.94º | 0.89% | 0.32% | - |
| HSV(B) | 15.94º | 0.94% | 0.6% | - |
| XYZ | 14.01 | 8.73 | 1.2 | - |
| YUV | 74.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 9 | 0 | 0.69 | 0.94 | 0.40 | 15.94 | 0.89 | 0.32 |
| Hex | 98 | 2F | 9 | 0 | 45 | 5E | 28 | 10 | 59 | 20 |
| Octal | 230 | 57 | 11 | 0 | 105 | 136 | 50 | 20 | 131 | 40 |
| Binary | 10011000 | 101111 | 1001 | 0 | 1000101 | 1011110 | 101000 | 10000 | 1011001 | 100000 |
Color Harmonies of #982F09
Complementary color
Monochromatic Colors of #982F09
Black with #982F09
Text Example
Text Example
White with #982F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F09; }
p { color: rgb(152,47,9); }
H1.HeaderClassName
{
color: #982F09;
}
.AnyTagClassName
{
color: #982F09;
}
</style>
background-color css
<style>
a { background-color: #982F09; }
a { background-color: rgb(152,47,9); }
div.DivClassName
{
background-color: #982F09;
}
.BgClassName
{
background-color: #982F09;
}
</style>
border-color css
<style>
span { border-color: #982F09; }
span { border-color: rgb(152,47,9); }
td.TdClassName
{
border-color: #982F09;
}
.TagClassName
{
border-color: #982F09;
}
</style>