Shades of Cognac #974A44
Tints of Cognac #974A44
RGB
CMYK
RGB Variations
Color information
#974A44 (or 0x974A44) is known color: Cognac. HEX triplet: 97, 4A and 44. RGB value is (151,74,68). Sum of RGB (Red+Green+Blue) = 151+74+68=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #974A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974A44 is #68B5BB. Grayscale: #606060. Windows color (decimal): -6862268 or 4475543. OLE color: 4475543.
HSL color Cylindrical-coordinate representation of color #974A44: hue angle of 4.34º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974A44 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 74 | 68 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.41 |
| HSL | 4.34º | 0.38% | 0.43% | - |
| HSV(B) | 4.34º | 0.55% | 0.59% | - |
| XYZ | 16.25 | 11.89 | 6.91 | - |
| YUV | 96.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 68 | 0 | 0.51 | 0.55 | 0.41 | 4.34 | 0.38 | 0.43 |
| Hex | 97 | 4A | 44 | 0 | 33 | 37 | 29 | 4 | 26 | 2B |
| Octal | 227 | 112 | 104 | 0 | 63 | 67 | 51 | 4 | 46 | 53 |
| Binary | 10010111 | 1001010 | 1000100 | 0 | 110011 | 110111 | 101001 | 100 | 100110 | 101011 |
Color Harmonies of #974A44
Complementary color
Monochromatic Colors of #974A44
Black with #974A44
Text Example
Text Example
White with #974A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974A44; }
p { color: rgb(151,74,68); }
H1.HeaderClassName
{
color: #974A44;
}
.AnyTagClassName
{
color: #974A44;
}
</style>
background-color css
<style>
a { background-color: #974A44; }
a { background-color: rgb(151,74,68); }
div.DivClassName
{
background-color: #974A44;
}
.BgClassName
{
background-color: #974A44;
}
</style>
border-color css
<style>
span { border-color: #974A44; }
span { border-color: rgb(151,74,68); }
td.TdClassName
{
border-color: #974A44;
}
.TagClassName
{
border-color: #974A44;
}
</style>