Shades of Saddle Brown #982702
Tints of Saddle Brown #982702
RGB
CMYK
RGB Variations
Color information
#982702 (or 0x982702) is known color: Saddle Brown. HEX triplet: 98, 27 and 02. RGB value is (152,39,2). Sum of RGB (Red+Green+Blue) = 152+39+2=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #982702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982702 is #67D8FD. Grayscale: #444444. Windows color (decimal): -6805758 or 141208. OLE color: 141208.
HSL color Cylindrical-coordinate representation of color #982702: hue angle of 14.8º 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 #982702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.40 |
| HSL | 14.8º | 0.97% | 0.3% | - |
| HSV(B) | 14.8º | 0.99% | 0.6% | - |
| XYZ | 13.69 | 8.13 | 0.91 | - |
| YUV | 68.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 2 | 0 | 0.74 | 0.99 | 0.40 | 14.8 | 0.97 | 0.3 |
| Hex | 98 | 27 | 2 | 0 | 4A | 63 | 28 | F | 61 | 1E |
| Octal | 230 | 47 | 2 | 0 | 112 | 143 | 50 | 17 | 141 | 36 |
| Binary | 10011000 | 100111 | 10 | 0 | 1001010 | 1100011 | 101000 | 1111 | 1100001 | 11110 |
Color Harmonies of #982702
Complementary color
Monochromatic Colors of #982702
Black with #982702
Text Example
Text Example
White with #982702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982702; }
p { color: rgb(152,39,2); }
H1.HeaderClassName
{
color: #982702;
}
.AnyTagClassName
{
color: #982702;
}
</style>
background-color css
<style>
a { background-color: #982702; }
a { background-color: rgb(152,39,2); }
div.DivClassName
{
background-color: #982702;
}
.BgClassName
{
background-color: #982702;
}
</style>
border-color css
<style>
span { border-color: #982702; }
span { border-color: rgb(152,39,2); }
td.TdClassName
{
border-color: #982702;
}
.TagClassName
{
border-color: #982702;
}
</style>