Shades of Saddle Brown #974802
Tints of Saddle Brown #974802
RGB
CMYK
RGB Variations
Color information
#974802 (or 0x974802) is known color: Saddle Brown. HEX triplet: 97, 48 and 02. RGB value is (151,72,2). Sum of RGB (Red+Green+Blue) = 151+72+2=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #974802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974802 is #68B7FD. Grayscale: #585858. Windows color (decimal): -6862846 or 149655. OLE color: 149655.
HSL color Cylindrical-coordinate representation of color #974802: hue angle of 28.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #974802 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 72 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.41 |
| HSL | 28.19º | 0.97% | 0.3% | - |
| HSV(B) | 28.19º | 0.99% | 0.59% | - |
| XYZ | 15.09 | 11.22 | 1.43 | - |
| YUV | 87.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 2 | 0 | 0.52 | 0.99 | 0.41 | 28.19 | 0.97 | 0.3 |
| Hex | 97 | 48 | 2 | 0 | 34 | 63 | 29 | 1C | 61 | 1E |
| Octal | 227 | 110 | 2 | 0 | 64 | 143 | 51 | 34 | 141 | 36 |
| Binary | 10010111 | 1001000 | 10 | 0 | 110100 | 1100011 | 101001 | 11100 | 1100001 | 11110 |
Color Harmonies of #974802
Complementary color
Monochromatic Colors of #974802
Black with #974802
Text Example
Text Example
White with #974802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974802; }
p { color: rgb(151,72,2); }
H1.HeaderClassName
{
color: #974802;
}
.AnyTagClassName
{
color: #974802;
}
</style>
background-color css
<style>
a { background-color: #974802; }
a { background-color: rgb(151,72,2); }
div.DivClassName
{
background-color: #974802;
}
.BgClassName
{
background-color: #974802;
}
</style>
border-color css
<style>
span { border-color: #974802; }
span { border-color: rgb(151,72,2); }
td.TdClassName
{
border-color: #974802;
}
.TagClassName
{
border-color: #974802;
}
</style>