Shades of Saddle Brown #974702
Tints of Saddle Brown #974702
RGB
CMYK
RGB Variations
Color information
#974702 (or 0x974702) is known color: Saddle Brown. HEX triplet: 97, 47 and 02. RGB value is (151,71,2). Sum of RGB (Red+Green+Blue) = 151+71+2=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #974702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974702 is #68B8FD. Grayscale: #575757. Windows color (decimal): -6863102 or 149399. OLE color: 149399.
HSL color Cylindrical-coordinate representation of color #974702: hue angle of 27.79º 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 #974702 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.41 |
| HSL | 27.79º | 0.97% | 0.3% | - |
| HSV(B) | 27.79º | 0.99% | 0.59% | - |
| XYZ | 15.03 | 11.09 | 1.41 | - |
| YUV | 87.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 2 | 0 | 0.53 | 0.99 | 0.41 | 27.79 | 0.97 | 0.3 |
| Hex | 97 | 47 | 2 | 0 | 35 | 63 | 29 | 1C | 61 | 1E |
| Octal | 227 | 107 | 2 | 0 | 65 | 143 | 51 | 34 | 141 | 36 |
| Binary | 10010111 | 1000111 | 10 | 0 | 110101 | 1100011 | 101001 | 11100 | 1100001 | 11110 |
Color Harmonies of #974702
Complementary color
Monochromatic Colors of #974702
Black with #974702
Text Example
Text Example
White with #974702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974702; }
p { color: rgb(151,71,2); }
H1.HeaderClassName
{
color: #974702;
}
.AnyTagClassName
{
color: #974702;
}
</style>
background-color css
<style>
a { background-color: #974702; }
a { background-color: rgb(151,71,2); }
div.DivClassName
{
background-color: #974702;
}
.BgClassName
{
background-color: #974702;
}
</style>
border-color css
<style>
span { border-color: #974702; }
span { border-color: rgb(151,71,2); }
td.TdClassName
{
border-color: #974702;
}
.TagClassName
{
border-color: #974702;
}
</style>