Shades of Saddle Brown #974B03
Tints of Saddle Brown #974B03
RGB
CMYK
RGB Variations
Color information
#974B03 (or 0x974B03) is known color: Saddle Brown. HEX triplet: 97, 4B and 03. RGB value is (151,75,3). Sum of RGB (Red+Green+Blue) = 151+75+3=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #974B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974B03 is #68B4FC. Grayscale: #595959. Windows color (decimal): -6862077 or 215959. OLE color: 215959.
HSL color Cylindrical-coordinate representation of color #974B03: hue angle of 29.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #974B03 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.41 |
| HSL | 29.19º | 0.96% | 0.3% | - |
| HSV(B) | 29.19º | 0.98% | 0.59% | - |
| XYZ | 15.3 | 11.62 | 1.52 | - |
| YUV | 89.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 3 | 0 | 0.50 | 0.98 | 0.41 | 29.19 | 0.96 | 0.3 |
| Hex | 97 | 4B | 3 | 0 | 32 | 62 | 29 | 1D | 60 | 1E |
| Octal | 227 | 113 | 3 | 0 | 62 | 142 | 51 | 35 | 140 | 36 |
| Binary | 10010111 | 1001011 | 11 | 0 | 110010 | 1100010 | 101001 | 11101 | 1100000 | 11110 |
Color Harmonies of #974B03
Complementary color
Monochromatic Colors of #974B03
Black with #974B03
Text Example
Text Example
White with #974B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B03; }
p { color: rgb(151,75,3); }
H1.HeaderClassName
{
color: #974B03;
}
.AnyTagClassName
{
color: #974B03;
}
</style>
background-color css
<style>
a { background-color: #974B03; }
a { background-color: rgb(151,75,3); }
div.DivClassName
{
background-color: #974B03;
}
.BgClassName
{
background-color: #974B03;
}
</style>
border-color css
<style>
span { border-color: #974B03; }
span { border-color: rgb(151,75,3); }
td.TdClassName
{
border-color: #974B03;
}
.TagClassName
{
border-color: #974B03;
}
</style>