Shades of Anzac #C79037
Tints of Anzac #C79037
RGB
CMYK
RGB Variations
Color information
#C79037 (or 0xC79037) is known color: Anzac. HEX triplet: C7, 90 and 37. RGB value is (199,144,55). Sum of RGB (Red+Green+Blue) = 199+144+55=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C79037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79037 is #386FC8. Grayscale: #969696. Windows color (decimal): -3698633 or 3641543. OLE color: 3641543.
HSL color Cylindrical-coordinate representation of color #C79037: hue angle of 37.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C79037 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 55 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.22 |
| HSL | 37.08º | 0.57% | 0.5% | - |
| HSV(B) | 37.08º | 0.72% | 0.78% | - |
| XYZ | 34.22 | 32.36 | 8.06 | - |
| YUV | 150.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 55 | 0 | 0.28 | 0.72 | 0.22 | 37.08 | 0.57 | 0.5 |
| Hex | C7 | 90 | 37 | 0 | 1C | 48 | 16 | 25 | 39 | 32 |
| Octal | 307 | 220 | 67 | 0 | 34 | 110 | 26 | 45 | 71 | 62 |
| Binary | 11000111 | 10010000 | 110111 | 0 | 11100 | 1001000 | 10110 | 100101 | 111001 | 110010 |
Color Harmonies of #C79037
Complementary color
Monochromatic Colors of #C79037
Black with #C79037
Text Example
Text Example
White with #C79037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79037; }
p { color: rgb(199,144,55); }
H1.HeaderClassName
{
color: #C79037;
}
.AnyTagClassName
{
color: #C79037;
}
</style>
background-color css
<style>
a { background-color: #C79037; }
a { background-color: rgb(199,144,55); }
div.DivClassName
{
background-color: #C79037;
}
.BgClassName
{
background-color: #C79037;
}
</style>
border-color css
<style>
span { border-color: #C79037; }
span { border-color: rgb(199,144,55); }
td.TdClassName
{
border-color: #C79037;
}
.TagClassName
{
border-color: #C79037;
}
</style>