Shades of Anzac #C79B3F
Tints of Anzac #C79B3F
RGB
CMYK
RGB Variations
Color information
#C79B3F (or 0xC79B3F) is known color: Anzac. HEX triplet: C7, 9B and 3F. RGB value is (199,155,63). Sum of RGB (Red+Green+Blue) = 199+155+63=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79B3F is #3864C0. Grayscale: #9E9E9E. Windows color (decimal): -3695809 or 4168647. OLE color: 4168647.
HSL color Cylindrical-coordinate representation of color #C79B3F: hue angle of 40.59º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C79B3F is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 63 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.22 |
| HSL | 40.59º | 0.55% | 0.51% | - |
| HSV(B) | 40.59º | 0.68% | 0.78% | - |
| XYZ | 36.17 | 35.94 | 9.73 | - |
| YUV | 157.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 63 | 0 | 0.22 | 0.68 | 0.22 | 40.59 | 0.55 | 0.51 |
| Hex | C7 | 9B | 3F | 0 | 16 | 44 | 16 | 29 | 37 | 33 |
| Octal | 307 | 233 | 77 | 0 | 26 | 104 | 26 | 51 | 67 | 63 |
| Binary | 11000111 | 10011011 | 111111 | 0 | 10110 | 1000100 | 10110 | 101001 | 110111 | 110011 |
Color Harmonies of #C79B3F
Complementary color
Monochromatic Colors of #C79B3F
Black with #C79B3F
Text Example
Text Example
White with #C79B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79B3F; }
p { color: rgb(199,155,63); }
H1.HeaderClassName
{
color: #C79B3F;
}
.AnyTagClassName
{
color: #C79B3F;
}
</style>
background-color css
<style>
a { background-color: #C79B3F; }
a { background-color: rgb(199,155,63); }
div.DivClassName
{
background-color: #C79B3F;
}
.BgClassName
{
background-color: #C79B3F;
}
</style>
border-color css
<style>
span { border-color: #C79B3F; }
span { border-color: rgb(199,155,63); }
td.TdClassName
{
border-color: #C79B3F;
}
.TagClassName
{
border-color: #C79B3F;
}
</style>