Shades of Anzac #C58946
Tints of Anzac #C58946
RGB
CMYK
RGB Variations
Color information
#C58946 (or 0xC58946) is known color: Anzac. HEX triplet: C5, 89 and 46. RGB value is (197,137,70). Sum of RGB (Red+Green+Blue) = 197+137+70=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C58946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58946 is #3A76B9. Grayscale: #939393. Windows color (decimal): -3831482 or 4622789. OLE color: 4622789.
HSL color Cylindrical-coordinate representation of color #C58946: hue angle of 31.65º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C58946 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 70 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.23 |
| HSL | 31.65º | 0.52% | 0.52% | - |
| HSV(B) | 31.65º | 0.64% | 0.77% | - |
| XYZ | 33.08 | 30.2 | 9.88 | - |
| YUV | 147.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 70 | 0 | 0.30 | 0.64 | 0.23 | 31.65 | 0.52 | 0.52 |
| Hex | C5 | 89 | 46 | 0 | 1E | 40 | 17 | 20 | 34 | 34 |
| Octal | 305 | 211 | 106 | 0 | 36 | 100 | 27 | 40 | 64 | 64 |
| Binary | 11000101 | 10001001 | 1000110 | 0 | 11110 | 1000000 | 10111 | 100000 | 110100 | 110100 |
Color Harmonies of #C58946
Complementary color
Monochromatic Colors of #C58946
Black with #C58946
Text Example
Text Example
White with #C58946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58946; }
p { color: rgb(197,137,70); }
H1.HeaderClassName
{
color: #C58946;
}
.AnyTagClassName
{
color: #C58946;
}
</style>
background-color css
<style>
a { background-color: #C58946; }
a { background-color: rgb(197,137,70); }
div.DivClassName
{
background-color: #C58946;
}
.BgClassName
{
background-color: #C58946;
}
</style>
border-color css
<style>
span { border-color: #C58946; }
span { border-color: rgb(197,137,70); }
td.TdClassName
{
border-color: #C58946;
}
.TagClassName
{
border-color: #C58946;
}
</style>