Shades of Anzac #C59541
Tints of Anzac #C59541
RGB
CMYK
RGB Variations
Color information
#C59541 (or 0xC59541) is known color: Anzac. HEX triplet: C5, 95 and 41. RGB value is (197,149,65). Sum of RGB (Red+Green+Blue) = 197+149+65=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C59541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59541 is #3A6ABE. Grayscale: #9A9A9A. Windows color (decimal): -3828415 or 4298181. OLE color: 4298181.
HSL color Cylindrical-coordinate representation of color #C59541: hue angle of 38.18º 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 #C59541 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 65 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.23 |
| HSL | 38.18º | 0.53% | 0.51% | - |
| HSV(B) | 38.18º | 0.67% | 0.77% | - |
| XYZ | 34.73 | 33.75 | 9.68 | - |
| YUV | 153.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 65 | 0 | 0.24 | 0.67 | 0.23 | 38.18 | 0.53 | 0.51 |
| Hex | C5 | 95 | 41 | 0 | 18 | 43 | 17 | 26 | 35 | 33 |
| Octal | 305 | 225 | 101 | 0 | 30 | 103 | 27 | 46 | 65 | 63 |
| Binary | 11000101 | 10010101 | 1000001 | 0 | 11000 | 1000011 | 10111 | 100110 | 110101 | 110011 |
Color Harmonies of #C59541
Complementary color
Monochromatic Colors of #C59541
Black with #C59541
Text Example
Text Example
White with #C59541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59541; }
p { color: rgb(197,149,65); }
H1.HeaderClassName
{
color: #C59541;
}
.AnyTagClassName
{
color: #C59541;
}
</style>
background-color css
<style>
a { background-color: #C59541; }
a { background-color: rgb(197,149,65); }
div.DivClassName
{
background-color: #C59541;
}
.BgClassName
{
background-color: #C59541;
}
</style>
border-color css
<style>
span { border-color: #C59541; }
span { border-color: rgb(197,149,65); }
td.TdClassName
{
border-color: #C59541;
}
.TagClassName
{
border-color: #C59541;
}
</style>