Shades of Anzac #C49940
Tints of Anzac #C49940
RGB
CMYK
RGB Variations
Color information
#C49940 (or 0xC49940) is known color: Anzac. HEX triplet: C4, 99 and 40. RGB value is (196,153,64). Sum of RGB (Red+Green+Blue) = 196+153+64=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C49940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49940 is #3B66BF. Grayscale: #9C9C9C. Windows color (decimal): -3892928 or 4233668. OLE color: 4233668.
HSL color Cylindrical-coordinate representation of color #C49940: 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 #C49940 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 64 | - |
| 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.08 | 34.89 | 9.74 | - |
| YUV | 155.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 64 | 0 | 0.22 | 0.67 | 0.23 | 40.45 | 0.53 | 0.51 |
| Hex | C4 | 99 | 40 | 0 | 16 | 43 | 17 | 28 | 35 | 33 |
| Octal | 304 | 231 | 100 | 0 | 26 | 103 | 27 | 50 | 65 | 63 |
| Binary | 11000100 | 10011001 | 1000000 | 0 | 10110 | 1000011 | 10111 | 101000 | 110101 | 110011 |
Color Harmonies of #C49940
Complementary color
Monochromatic Colors of #C49940
Black with #C49940
Text Example
Text Example
White with #C49940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49940; }
p { color: rgb(196,153,64); }
H1.HeaderClassName
{
color: #C49940;
}
.AnyTagClassName
{
color: #C49940;
}
</style>
background-color css
<style>
a { background-color: #C49940; }
a { background-color: rgb(196,153,64); }
div.DivClassName
{
background-color: #C49940;
}
.BgClassName
{
background-color: #C49940;
}
</style>
border-color css
<style>
span { border-color: #C49940; }
span { border-color: rgb(196,153,64); }
td.TdClassName
{
border-color: #C49940;
}
.TagClassName
{
border-color: #C49940;
}
</style>