Shades of Anzac #C78F47
Tints of Anzac #C78F47
RGB
CMYK
RGB Variations
Color information
#C78F47 (or 0xC78F47) is known color: Anzac. HEX triplet: C7, 8F and 47. RGB value is (199,143,71). Sum of RGB (Red+Green+Blue) = 199+143+71=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F47 is #3870B8. Grayscale: #979797. Windows color (decimal): -3698873 or 4689863. OLE color: 4689863.
HSL color Cylindrical-coordinate representation of color #C78F47: hue angle of 33.75º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C78F47 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 71 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.22 |
| HSL | 33.75º | 0.53% | 0.53% | - |
| HSV(B) | 33.75º | 0.64% | 0.78% | - |
| XYZ | 34.51 | 32.24 | 10.37 | - |
| YUV | 151.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 71 | 0 | 0.28 | 0.64 | 0.22 | 33.75 | 0.53 | 0.53 |
| Hex | C7 | 8F | 47 | 0 | 1C | 40 | 16 | 22 | 35 | 35 |
| Octal | 307 | 217 | 107 | 0 | 34 | 100 | 26 | 42 | 65 | 65 |
| Binary | 11000111 | 10001111 | 1000111 | 0 | 11100 | 1000000 | 10110 | 100010 | 110101 | 110101 |
Color Harmonies of #C78F47
Complementary color
Monochromatic Colors of #C78F47
Black with #C78F47
Text Example
Text Example
White with #C78F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F47; }
p { color: rgb(199,143,71); }
H1.HeaderClassName
{
color: #C78F47;
}
.AnyTagClassName
{
color: #C78F47;
}
</style>
background-color css
<style>
a { background-color: #C78F47; }
a { background-color: rgb(199,143,71); }
div.DivClassName
{
background-color: #C78F47;
}
.BgClassName
{
background-color: #C78F47;
}
</style>
border-color css
<style>
span { border-color: #C78F47; }
span { border-color: rgb(199,143,71); }
td.TdClassName
{
border-color: #C78F47;
}
.TagClassName
{
border-color: #C78F47;
}
</style>