Shades of Anzac #C59040
Tints of Anzac #C59040
RGB
CMYK
RGB Variations
Color information
#C59040 (or 0xC59040) is known color: Anzac. HEX triplet: C5, 90 and 40. RGB value is (197,144,64). Sum of RGB (Red+Green+Blue) = 197+144+64=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C59040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59040 is #3A6FBF. Grayscale: #979797. Windows color (decimal): -3829696 or 4231365. OLE color: 4231365.
HSL color Cylindrical-coordinate representation of color #C59040: hue angle of 36.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C59040 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 64 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.23 |
| HSL | 36.09º | 0.53% | 0.51% | - |
| HSV(B) | 36.09º | 0.68% | 0.77% | - |
| XYZ | 33.92 | 32.19 | 9.28 | - |
| YUV | 150.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 64 | 0 | 0.27 | 0.68 | 0.23 | 36.09 | 0.53 | 0.51 |
| Hex | C5 | 90 | 40 | 0 | 1B | 44 | 17 | 24 | 35 | 33 |
| Octal | 305 | 220 | 100 | 0 | 33 | 104 | 27 | 44 | 65 | 63 |
| Binary | 11000101 | 10010000 | 1000000 | 0 | 11011 | 1000100 | 10111 | 100100 | 110101 | 110011 |
Color Harmonies of #C59040
Complementary color
Monochromatic Colors of #C59040
Black with #C59040
Text Example
Text Example
White with #C59040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59040; }
p { color: rgb(197,144,64); }
H1.HeaderClassName
{
color: #C59040;
}
.AnyTagClassName
{
color: #C59040;
}
</style>
background-color css
<style>
a { background-color: #C59040; }
a { background-color: rgb(197,144,64); }
div.DivClassName
{
background-color: #C59040;
}
.BgClassName
{
background-color: #C59040;
}
</style>
border-color css
<style>
span { border-color: #C59040; }
span { border-color: rgb(197,144,64); }
td.TdClassName
{
border-color: #C59040;
}
.TagClassName
{
border-color: #C59040;
}
</style>