Shades of Anzac #C59840
Tints of Anzac #C59840
RGB
CMYK
RGB Variations
Color information
#C59840 (or 0xC59840) is known color: Anzac. HEX triplet: C5, 98 and 40. RGB value is (197,152,64). Sum of RGB (Red+Green+Blue) = 197+152+64=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C59840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59840 is #3A67BF. Grayscale: #9B9B9B. Windows color (decimal): -3827648 or 4233413. OLE color: 4233413.
HSL color Cylindrical-coordinate representation of color #C59840: hue angle of 39.7º 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 #C59840 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 64 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.23 |
| HSL | 39.7º | 0.53% | 0.51% | - |
| HSV(B) | 39.7º | 0.68% | 0.77% | - |
| XYZ | 35.18 | 34.7 | 9.69 | - |
| YUV | 155.42 | 76.41 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 64 | 0 | 0.23 | 0.68 | 0.23 | 39.7 | 0.53 | 0.51 |
| Hex | C5 | 98 | 40 | 0 | 17 | 44 | 17 | 28 | 35 | 33 |
| Octal | 305 | 230 | 100 | 0 | 27 | 104 | 27 | 50 | 65 | 63 |
| Binary | 11000101 | 10011000 | 1000000 | 0 | 10111 | 1000100 | 10111 | 101000 | 110101 | 110011 |
Color Harmonies of #C59840
Complementary color
Monochromatic Colors of #C59840
Black with #C59840
Text Example
Text Example
White with #C59840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59840; }
p { color: rgb(197,152,64); }
H1.HeaderClassName
{
color: #C59840;
}
.AnyTagClassName
{
color: #C59840;
}
</style>
background-color css
<style>
a { background-color: #C59840; }
a { background-color: rgb(197,152,64); }
div.DivClassName
{
background-color: #C59840;
}
.BgClassName
{
background-color: #C59840;
}
</style>
border-color css
<style>
span { border-color: #C59840; }
span { border-color: rgb(197,152,64); }
td.TdClassName
{
border-color: #C59840;
}
.TagClassName
{
border-color: #C59840;
}
</style>