Shades of Anzac #C59941
Tints of Anzac #C59941
RGB
CMYK
RGB Variations
Color information
#C59941 (or 0xC59941) is known color: Anzac. HEX triplet: C5, 99 and 41. RGB value is (197,153,65). Sum of RGB (Red+Green+Blue) = 197+153+65=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C59941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59941 is #3A66BE. Grayscale: #9C9C9C. Windows color (decimal): -3827391 or 4299205. OLE color: 4299205.
HSL color Cylindrical-coordinate representation of color #C59941: hue angle of 40º 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 #C59941 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 65 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.23 |
| HSL | 40º | 0.53% | 0.51% | - |
| HSV(B) | 40º | 0.67% | 0.77% | - |
| XYZ | 35.37 | 35.03 | 9.9 | - |
| YUV | 156.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 65 | 0 | 0.22 | 0.67 | 0.23 | 40 | 0.53 | 0.51 |
| Hex | C5 | 99 | 41 | 0 | 16 | 43 | 17 | 28 | 35 | 33 |
| Octal | 305 | 231 | 101 | 0 | 26 | 103 | 27 | 50 | 65 | 63 |
| Binary | 11000101 | 10011001 | 1000001 | 0 | 10110 | 1000011 | 10111 | 101000 | 110101 | 110011 |
Color Harmonies of #C59941
Complementary color
Monochromatic Colors of #C59941
Black with #C59941
Text Example
Text Example
White with #C59941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59941; }
p { color: rgb(197,153,65); }
H1.HeaderClassName
{
color: #C59941;
}
.AnyTagClassName
{
color: #C59941;
}
</style>
background-color css
<style>
a { background-color: #C59941; }
a { background-color: rgb(197,153,65); }
div.DivClassName
{
background-color: #C59941;
}
.BgClassName
{
background-color: #C59941;
}
</style>
border-color css
<style>
span { border-color: #C59941; }
span { border-color: rgb(197,153,65); }
td.TdClassName
{
border-color: #C59941;
}
.TagClassName
{
border-color: #C59941;
}
</style>