Shades of Saddle Brown #974B0C
Tints of Saddle Brown #974B0C
RGB
CMYK
RGB Variations
Color information
#974B0C (or 0x974B0C) is known color: Saddle Brown. HEX triplet: 97, 4B and 0C. RGB value is (151,75,12). Sum of RGB (Red+Green+Blue) = 151+75+12=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #974B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974B0C is #68B4F3. Grayscale: #5A5A5A. Windows color (decimal): -6862068 or 805783. OLE color: 805783.
HSL color Cylindrical-coordinate representation of color #974B0C: hue angle of 27.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #974B0C is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 12 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.41 |
| HSL | 27.19º | 0.85% | 0.32% | - |
| HSV(B) | 27.19º | 0.92% | 0.59% | - |
| XYZ | 15.34 | 11.64 | 1.79 | - |
| YUV | 90.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 12 | 0 | 0.50 | 0.92 | 0.41 | 27.19 | 0.85 | 0.32 |
| Hex | 97 | 4B | C | 0 | 32 | 5C | 29 | 1B | 55 | 20 |
| Octal | 227 | 113 | 14 | 0 | 62 | 134 | 51 | 33 | 125 | 40 |
| Binary | 10010111 | 1001011 | 1100 | 0 | 110010 | 1011100 | 101001 | 11011 | 1010101 | 100000 |
Color Harmonies of #974B0C
Complementary color
Monochromatic Colors of #974B0C
Black with #974B0C
Text Example
Text Example
White with #974B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B0C; }
p { color: rgb(151,75,12); }
H1.HeaderClassName
{
color: #974B0C;
}
.AnyTagClassName
{
color: #974B0C;
}
</style>
background-color css
<style>
a { background-color: #974B0C; }
a { background-color: rgb(151,75,12); }
div.DivClassName
{
background-color: #974B0C;
}
.BgClassName
{
background-color: #974B0C;
}
</style>
border-color css
<style>
span { border-color: #974B0C; }
span { border-color: rgb(151,75,12); }
td.TdClassName
{
border-color: #974B0C;
}
.TagClassName
{
border-color: #974B0C;
}
</style>