Shades of Saddle Brown #974C10
Tints of Saddle Brown #974C10
RGB
CMYK
RGB Variations
Color information
#974C10 (or 0x974C10) is known color: Saddle Brown. HEX triplet: 97, 4C and 10. RGB value is (151,76,16). Sum of RGB (Red+Green+Blue) = 151+76+16=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #974C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C10 is #68B3EF. Grayscale: #5B5B5B. Windows color (decimal): -6861808 or 1068183. OLE color: 1068183.
HSL color Cylindrical-coordinate representation of color #974C10: hue angle of 26.67º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #974C10 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 76 | 16 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.41 |
| HSL | 26.67º | 0.81% | 0.33% | - |
| HSV(B) | 26.67º | 0.89% | 0.59% | - |
| XYZ | 15.44 | 11.79 | 1.95 | - |
| YUV | 91.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 16 | 0 | 0.50 | 0.89 | 0.41 | 26.67 | 0.81 | 0.33 |
| Hex | 97 | 4C | 10 | 0 | 32 | 59 | 29 | 1B | 51 | 21 |
| Octal | 227 | 114 | 20 | 0 | 62 | 131 | 51 | 33 | 121 | 41 |
| Binary | 10010111 | 1001100 | 10000 | 0 | 110010 | 1011001 | 101001 | 11011 | 1010001 | 100001 |
Color Harmonies of #974C10
Complementary color
Monochromatic Colors of #974C10
Black with #974C10
Text Example
Text Example
White with #974C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974C10; }
p { color: rgb(151,76,16); }
H1.HeaderClassName
{
color: #974C10;
}
.AnyTagClassName
{
color: #974C10;
}
</style>
background-color css
<style>
a { background-color: #974C10; }
a { background-color: rgb(151,76,16); }
div.DivClassName
{
background-color: #974C10;
}
.BgClassName
{
background-color: #974C10;
}
</style>
border-color css
<style>
span { border-color: #974C10; }
span { border-color: rgb(151,76,16); }
td.TdClassName
{
border-color: #974C10;
}
.TagClassName
{
border-color: #974C10;
}
</style>