Shades of Anzac #C49040
Tints of Anzac #C49040
RGB
CMYK
RGB Variations
Color information
#C49040 (or 0xC49040) is known color: Anzac. HEX triplet: C4, 90 and 40. RGB value is (196,144,64). Sum of RGB (Red+Green+Blue) = 196+144+64=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C49040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49040 is #3B6FBF. Grayscale: #969696. Windows color (decimal): -3895232 or 4231364. OLE color: 4231364.
HSL color Cylindrical-coordinate representation of color #C49040: hue angle of 36.36º 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 #C49040 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 64 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.23 |
| HSL | 36.36º | 0.53% | 0.51% | - |
| HSV(B) | 36.36º | 0.67% | 0.77% | - |
| XYZ | 33.66 | 32.05 | 9.26 | - |
| YUV | 150.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 64 | 0 | 0.27 | 0.67 | 0.23 | 36.36 | 0.53 | 0.51 |
| Hex | C4 | 90 | 40 | 0 | 1B | 43 | 17 | 24 | 35 | 33 |
| Octal | 304 | 220 | 100 | 0 | 33 | 103 | 27 | 44 | 65 | 63 |
| Binary | 11000100 | 10010000 | 1000000 | 0 | 11011 | 1000011 | 10111 | 100100 | 110101 | 110011 |
Color Harmonies of #C49040
Complementary color
Monochromatic Colors of #C49040
Black with #C49040
Text Example
Text Example
White with #C49040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49040; }
p { color: rgb(196,144,64); }
H1.HeaderClassName
{
color: #C49040;
}
.AnyTagClassName
{
color: #C49040;
}
</style>
background-color css
<style>
a { background-color: #C49040; }
a { background-color: rgb(196,144,64); }
div.DivClassName
{
background-color: #C49040;
}
.BgClassName
{
background-color: #C49040;
}
</style>
border-color css
<style>
span { border-color: #C49040; }
span { border-color: rgb(196,144,64); }
td.TdClassName
{
border-color: #C49040;
}
.TagClassName
{
border-color: #C49040;
}
</style>