Shades of Saddle Brown #984202
Tints of Saddle Brown #984202
RGB
CMYK
RGB Variations
Color information
#984202 (or 0x984202) is known color: Saddle Brown. HEX triplet: 98, 42 and 02. RGB value is (152,66,2). Sum of RGB (Red+Green+Blue) = 152+66+2=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #984202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984202 is #67BDFD. Grayscale: #545454. Windows color (decimal): -6798846 or 148120. OLE color: 148120.
HSL color Cylindrical-coordinate representation of color #984202: hue angle of 25.6º degrees, saturation: 0.97, 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 #984202 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.40 |
| HSL | 25.6º | 0.97% | 0.3% | - |
| HSV(B) | 25.6º | 0.99% | 0.6% | - |
| XYZ | 14.91 | 10.58 | 1.31 | - |
| YUV | 84.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 2 | 0 | 0.57 | 0.99 | 0.40 | 25.6 | 0.97 | 0.3 |
| Hex | 98 | 42 | 2 | 0 | 39 | 63 | 28 | 1A | 61 | 1E |
| Octal | 230 | 102 | 2 | 0 | 71 | 143 | 50 | 32 | 141 | 36 |
| Binary | 10011000 | 1000010 | 10 | 0 | 111001 | 1100011 | 101000 | 11010 | 1100001 | 11110 |
Color Harmonies of #984202
Complementary color
Monochromatic Colors of #984202
Black with #984202
Text Example
Text Example
White with #984202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984202; }
p { color: rgb(152,66,2); }
H1.HeaderClassName
{
color: #984202;
}
.AnyTagClassName
{
color: #984202;
}
</style>
background-color css
<style>
a { background-color: #984202; }
a { background-color: rgb(152,66,2); }
div.DivClassName
{
background-color: #984202;
}
.BgClassName
{
background-color: #984202;
}
</style>
border-color css
<style>
span { border-color: #984202; }
span { border-color: rgb(152,66,2); }
td.TdClassName
{
border-color: #984202;
}
.TagClassName
{
border-color: #984202;
}
</style>