Shades of Anzac #C79344
Tints of Anzac #C79344
RGB
CMYK
RGB Variations
Color information
#C79344 (or 0xC79344) is known color: Anzac. HEX triplet: C7, 93 and 44. RGB value is (199,147,68). Sum of RGB (Red+Green+Blue) = 199+147+68=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C79344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79344 is #386CBB. Grayscale: #999999. Windows color (decimal): -3697852 or 4494279. OLE color: 4494279.
HSL color Cylindrical-coordinate representation of color #C79344: hue angle of 36.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C79344 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 68 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.22 |
| HSL | 36.18º | 0.54% | 0.52% | - |
| HSV(B) | 36.18º | 0.66% | 0.78% | - |
| XYZ | 35.03 | 33.43 | 10.07 | - |
| YUV | 153.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 68 | 0 | 0.26 | 0.66 | 0.22 | 36.18 | 0.54 | 0.52 |
| Hex | C7 | 93 | 44 | 0 | 1A | 42 | 16 | 24 | 36 | 34 |
| Octal | 307 | 223 | 104 | 0 | 32 | 102 | 26 | 44 | 66 | 64 |
| Binary | 11000111 | 10010011 | 1000100 | 0 | 11010 | 1000010 | 10110 | 100100 | 110110 | 110100 |
Color Harmonies of #C79344
Complementary color
Monochromatic Colors of #C79344
Black with #C79344
Text Example
Text Example
White with #C79344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79344; }
p { color: rgb(199,147,68); }
H1.HeaderClassName
{
color: #C79344;
}
.AnyTagClassName
{
color: #C79344;
}
</style>
background-color css
<style>
a { background-color: #C79344; }
a { background-color: rgb(199,147,68); }
div.DivClassName
{
background-color: #C79344;
}
.BgClassName
{
background-color: #C79344;
}
</style>
border-color css
<style>
span { border-color: #C79344; }
span { border-color: rgb(199,147,68); }
td.TdClassName
{
border-color: #C79344;
}
.TagClassName
{
border-color: #C79344;
}
</style>