Shades of Anzac #C59A41
Tints of Anzac #C59A41
RGB
CMYK
RGB Variations
Color information
#C59A41 (or 0xC59A41) is known color: Anzac. HEX triplet: C5, 9A and 41. RGB value is (197,154,65). Sum of RGB (Red+Green+Blue) = 197+154+65=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A41 is #3A65BE. Grayscale: #9D9D9D. Windows color (decimal): -3827135 or 4299461. OLE color: 4299461.
HSL color Cylindrical-coordinate representation of color #C59A41: hue angle of 40.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C59A41 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 65 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.23 |
| HSL | 40.45º | 0.53% | 0.51% | - |
| HSV(B) | 40.45º | 0.67% | 0.77% | - |
| XYZ | 35.54 | 35.36 | 9.95 | - |
| YUV | 156.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 65 | 0 | 0.22 | 0.67 | 0.23 | 40.45 | 0.53 | 0.51 |
| Hex | C5 | 9A | 41 | 0 | 16 | 43 | 17 | 28 | 35 | 33 |
| Octal | 305 | 232 | 101 | 0 | 26 | 103 | 27 | 50 | 65 | 63 |
| Binary | 11000101 | 10011010 | 1000001 | 0 | 10110 | 1000011 | 10111 | 101000 | 110101 | 110011 |
Color Harmonies of #C59A41
Complementary color
Monochromatic Colors of #C59A41
Black with #C59A41
Text Example
Text Example
White with #C59A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A41; }
p { color: rgb(197,154,65); }
H1.HeaderClassName
{
color: #C59A41;
}
.AnyTagClassName
{
color: #C59A41;
}
</style>
background-color css
<style>
a { background-color: #C59A41; }
a { background-color: rgb(197,154,65); }
div.DivClassName
{
background-color: #C59A41;
}
.BgClassName
{
background-color: #C59A41;
}
</style>
border-color css
<style>
span { border-color: #C59A41; }
span { border-color: rgb(197,154,65); }
td.TdClassName
{
border-color: #C59A41;
}
.TagClassName
{
border-color: #C59A41;
}
</style>