Shades of Anzac #C49140
Tints of Anzac #C49140
RGB
CMYK
RGB Variations
Color information
#C49140 (or 0xC49140) is known color: Anzac. HEX triplet: C4, 91 and 40. RGB value is (196,145,64). Sum of RGB (Red+Green+Blue) = 196+145+64=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C49140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49140 is #3B6EBF. Grayscale: #979797. Windows color (decimal): -3894976 or 4231620. OLE color: 4231620.
HSL color Cylindrical-coordinate representation of color #C49140: hue angle of 36.82º 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 #C49140 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 64 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.23 |
| HSL | 36.82º | 0.53% | 0.51% | - |
| HSV(B) | 36.82º | 0.67% | 0.77% | - |
| XYZ | 33.82 | 32.36 | 9.31 | - |
| YUV | 151.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 64 | 0 | 0.26 | 0.67 | 0.23 | 36.82 | 0.53 | 0.51 |
| Hex | C4 | 91 | 40 | 0 | 1A | 43 | 17 | 25 | 35 | 33 |
| Octal | 304 | 221 | 100 | 0 | 32 | 103 | 27 | 45 | 65 | 63 |
| Binary | 11000100 | 10010001 | 1000000 | 0 | 11010 | 1000011 | 10111 | 100101 | 110101 | 110011 |
Color Harmonies of #C49140
Complementary color
Monochromatic Colors of #C49140
Black with #C49140
Text Example
Text Example
White with #C49140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49140; }
p { color: rgb(196,145,64); }
H1.HeaderClassName
{
color: #C49140;
}
.AnyTagClassName
{
color: #C49140;
}
</style>
background-color css
<style>
a { background-color: #C49140; }
a { background-color: rgb(196,145,64); }
div.DivClassName
{
background-color: #C49140;
}
.BgClassName
{
background-color: #C49140;
}
</style>
border-color css
<style>
span { border-color: #C49140; }
span { border-color: rgb(196,145,64); }
td.TdClassName
{
border-color: #C49140;
}
.TagClassName
{
border-color: #C49140;
}
</style>