Shades of Anzac #C78D37
Tints of Anzac #C78D37
RGB
CMYK
RGB Variations
Color information
#C78D37 (or 0xC78D37) is known color: Anzac. HEX triplet: C7, 8D and 37. RGB value is (199,141,55). Sum of RGB (Red+Green+Blue) = 199+141+55=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D37 is #3872C8. Grayscale: #949494. Windows color (decimal): -3699401 or 3640775. OLE color: 3640775.
HSL color Cylindrical-coordinate representation of color #C78D37: hue angle of 35.83º 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 #C78D37 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 55 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.22 |
| HSL | 35.83º | 0.57% | 0.5% | - |
| HSV(B) | 35.83º | 0.72% | 0.78% | - |
| XYZ | 33.77 | 31.47 | 7.91 | - |
| YUV | 148.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 55 | 0 | 0.29 | 0.72 | 0.22 | 35.83 | 0.57 | 0.5 |
| Hex | C7 | 8D | 37 | 0 | 1D | 48 | 16 | 24 | 39 | 32 |
| Octal | 307 | 215 | 67 | 0 | 35 | 110 | 26 | 44 | 71 | 62 |
| Binary | 11000111 | 10001101 | 110111 | 0 | 11101 | 1001000 | 10110 | 100100 | 111001 | 110010 |
Color Harmonies of #C78D37
Complementary color
Monochromatic Colors of #C78D37
Black with #C78D37
Text Example
Text Example
White with #C78D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D37; }
p { color: rgb(199,141,55); }
H1.HeaderClassName
{
color: #C78D37;
}
.AnyTagClassName
{
color: #C78D37;
}
</style>
background-color css
<style>
a { background-color: #C78D37; }
a { background-color: rgb(199,141,55); }
div.DivClassName
{
background-color: #C78D37;
}
.BgClassName
{
background-color: #C78D37;
}
</style>
border-color css
<style>
span { border-color: #C78D37; }
span { border-color: rgb(199,141,55); }
td.TdClassName
{
border-color: #C78D37;
}
.TagClassName
{
border-color: #C78D37;
}
</style>