Shades of Anzac #C79D41
Tints of Anzac #C79D41
RGB
CMYK
RGB Variations
Color information
#C79D41 (or 0xC79D41) is known color: Anzac. HEX triplet: C7, 9D and 41. RGB value is (199,157,65). Sum of RGB (Red+Green+Blue) = 199+157+65=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D41 is #3862BE. Grayscale: #9F9F9F. Windows color (decimal): -3695295 or 4300231. OLE color: 4300231.
HSL color Cylindrical-coordinate representation of color #C79D41: hue angle of 41.19º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C79D41 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 65 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.22 |
| HSL | 41.19º | 0.54% | 0.52% | - |
| HSV(B) | 41.19º | 0.67% | 0.78% | - |
| XYZ | 36.56 | 36.64 | 10.15 | - |
| YUV | 159.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 65 | 0 | 0.21 | 0.67 | 0.22 | 41.19 | 0.54 | 0.52 |
| Hex | C7 | 9D | 41 | 0 | 15 | 43 | 16 | 29 | 36 | 34 |
| Octal | 307 | 235 | 101 | 0 | 25 | 103 | 26 | 51 | 66 | 64 |
| Binary | 11000111 | 10011101 | 1000001 | 0 | 10101 | 1000011 | 10110 | 101001 | 110110 | 110100 |
Color Harmonies of #C79D41
Complementary color
Monochromatic Colors of #C79D41
Black with #C79D41
Text Example
Text Example
White with #C79D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D41; }
p { color: rgb(199,157,65); }
H1.HeaderClassName
{
color: #C79D41;
}
.AnyTagClassName
{
color: #C79D41;
}
</style>
background-color css
<style>
a { background-color: #C79D41; }
a { background-color: rgb(199,157,65); }
div.DivClassName
{
background-color: #C79D41;
}
.BgClassName
{
background-color: #C79D41;
}
</style>
border-color css
<style>
span { border-color: #C79D41; }
span { border-color: rgb(199,157,65); }
td.TdClassName
{
border-color: #C79D41;
}
.TagClassName
{
border-color: #C79D41;
}
</style>