Shades of Saddle Brown #973C03
Tints of Saddle Brown #973C03
RGB
CMYK
RGB Variations
Color information
#973C03 (or 0x973C03) is known color: Saddle Brown. HEX triplet: 97, 3C and 03. RGB value is (151,60,3). Sum of RGB (Red+Green+Blue) = 151+60+3=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #973C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C03 is #68C3FC. Grayscale: #515151. Windows color (decimal): -6865917 or 212119. OLE color: 212119.
HSL color Cylindrical-coordinate representation of color #973C03: hue angle of 23.11º 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 #973C03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.41 |
| HSL | 23.11º | 0.96% | 0.3% | - |
| HSV(B) | 23.11º | 0.98% | 0.59% | - |
| XYZ | 14.39 | 9.82 | 1.22 | - |
| YUV | 80.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 3 | 0 | 0.60 | 0.98 | 0.41 | 23.11 | 0.96 | 0.3 |
| Hex | 97 | 3C | 3 | 0 | 3C | 62 | 29 | 17 | 60 | 1E |
| Octal | 227 | 74 | 3 | 0 | 74 | 142 | 51 | 27 | 140 | 36 |
| Binary | 10010111 | 111100 | 11 | 0 | 111100 | 1100010 | 101001 | 10111 | 1100000 | 11110 |
Color Harmonies of #973C03
Complementary color
Monochromatic Colors of #973C03
Black with #973C03
Text Example
Text Example
White with #973C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C03; }
p { color: rgb(151,60,3); }
H1.HeaderClassName
{
color: #973C03;
}
.AnyTagClassName
{
color: #973C03;
}
</style>
background-color css
<style>
a { background-color: #973C03; }
a { background-color: rgb(151,60,3); }
div.DivClassName
{
background-color: #973C03;
}
.BgClassName
{
background-color: #973C03;
}
</style>
border-color css
<style>
span { border-color: #973C03; }
span { border-color: rgb(151,60,3); }
td.TdClassName
{
border-color: #973C03;
}
.TagClassName
{
border-color: #973C03;
}
</style>