Shades of Anzac #C58948
Tints of Anzac #C58948
RGB
CMYK
RGB Variations
Color information
#C58948 (or 0xC58948) is known color: Anzac. HEX triplet: C5, 89 and 48. RGB value is (197,137,72). Sum of RGB (Red+Green+Blue) = 197+137+72=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C58948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58948 is #3A76B7. Grayscale: #939393. Windows color (decimal): -3831480 or 4753861. OLE color: 4753861.
HSL color Cylindrical-coordinate representation of color #C58948: hue angle of 31.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C58948 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 72 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.23 |
| HSL | 31.2º | 0.52% | 0.53% | - |
| HSV(B) | 31.2º | 0.63% | 0.77% | - |
| XYZ | 33.14 | 30.23 | 10.22 | - |
| YUV | 147.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 72 | 0 | 0.30 | 0.63 | 0.23 | 31.2 | 0.52 | 0.53 |
| Hex | C5 | 89 | 48 | 0 | 1E | 3F | 17 | 1F | 34 | 35 |
| Octal | 305 | 211 | 110 | 0 | 36 | 77 | 27 | 37 | 64 | 65 |
| Binary | 11000101 | 10001001 | 1001000 | 0 | 11110 | 111111 | 10111 | 11111 | 110100 | 110101 |
Color Harmonies of #C58948
Complementary color
Monochromatic Colors of #C58948
Black with #C58948
Text Example
Text Example
White with #C58948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58948; }
p { color: rgb(197,137,72); }
H1.HeaderClassName
{
color: #C58948;
}
.AnyTagClassName
{
color: #C58948;
}
</style>
background-color css
<style>
a { background-color: #C58948; }
a { background-color: rgb(197,137,72); }
div.DivClassName
{
background-color: #C58948;
}
.BgClassName
{
background-color: #C58948;
}
</style>
border-color css
<style>
span { border-color: #C58948; }
span { border-color: rgb(197,137,72); }
td.TdClassName
{
border-color: #C58948;
}
.TagClassName
{
border-color: #C58948;
}
</style>