Shades of Anzac #C59341
Tints of Anzac #C59341
RGB
CMYK
RGB Variations
Color information
#C59341 (or 0xC59341) is known color: Anzac. HEX triplet: C5, 93 and 41. RGB value is (197,147,65). Sum of RGB (Red+Green+Blue) = 197+147+65=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C59341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59341 is #3A6CBE. Grayscale: #989898. Windows color (decimal): -3828927 or 4297669. OLE color: 4297669.
HSL color Cylindrical-coordinate representation of color #C59341: hue angle of 37.27º 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 #C59341 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 65 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.23 |
| HSL | 37.27º | 0.53% | 0.51% | - |
| HSV(B) | 37.27º | 0.67% | 0.77% | - |
| XYZ | 34.41 | 33.12 | 9.58 | - |
| YUV | 152.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 65 | 0 | 0.25 | 0.67 | 0.23 | 37.27 | 0.53 | 0.51 |
| Hex | C5 | 93 | 41 | 0 | 19 | 43 | 17 | 25 | 35 | 33 |
| Octal | 305 | 223 | 101 | 0 | 31 | 103 | 27 | 45 | 65 | 63 |
| Binary | 11000101 | 10010011 | 1000001 | 0 | 11001 | 1000011 | 10111 | 100101 | 110101 | 110011 |
Color Harmonies of #C59341
Complementary color
Monochromatic Colors of #C59341
Black with #C59341
Text Example
Text Example
White with #C59341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59341; }
p { color: rgb(197,147,65); }
H1.HeaderClassName
{
color: #C59341;
}
.AnyTagClassName
{
color: #C59341;
}
</style>
background-color css
<style>
a { background-color: #C59341; }
a { background-color: rgb(197,147,65); }
div.DivClassName
{
background-color: #C59341;
}
.BgClassName
{
background-color: #C59341;
}
</style>
border-color css
<style>
span { border-color: #C59341; }
span { border-color: rgb(197,147,65); }
td.TdClassName
{
border-color: #C59341;
}
.TagClassName
{
border-color: #C59341;
}
</style>