Shades of Anzac #C58A46
Tints of Anzac #C58A46
RGB
CMYK
RGB Variations
Color information
#C58A46 (or 0xC58A46) is known color: Anzac. HEX triplet: C5, 8A and 46. RGB value is (197,138,70). Sum of RGB (Red+Green+Blue) = 197+138+70=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A46 is #3A75B9. Grayscale: #949494. Windows color (decimal): -3831226 or 4623045. OLE color: 4623045.
HSL color Cylindrical-coordinate representation of color #C58A46: hue angle of 32.13º 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 #C58A46 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 70 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.23 |
| HSL | 32.13º | 0.52% | 0.52% | - |
| HSV(B) | 32.13º | 0.64% | 0.77% | - |
| XYZ | 33.22 | 30.49 | 9.93 | - |
| YUV | 147.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 70 | 0 | 0.30 | 0.64 | 0.23 | 32.13 | 0.52 | 0.52 |
| Hex | C5 | 8A | 46 | 0 | 1E | 40 | 17 | 20 | 34 | 34 |
| Octal | 305 | 212 | 106 | 0 | 36 | 100 | 27 | 40 | 64 | 64 |
| Binary | 11000101 | 10001010 | 1000110 | 0 | 11110 | 1000000 | 10111 | 100000 | 110100 | 110100 |
Color Harmonies of #C58A46
Complementary color
Monochromatic Colors of #C58A46
Black with #C58A46
Text Example
Text Example
White with #C58A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A46; }
p { color: rgb(197,138,70); }
H1.HeaderClassName
{
color: #C58A46;
}
.AnyTagClassName
{
color: #C58A46;
}
</style>
background-color css
<style>
a { background-color: #C58A46; }
a { background-color: rgb(197,138,70); }
div.DivClassName
{
background-color: #C58A46;
}
.BgClassName
{
background-color: #C58A46;
}
</style>
border-color css
<style>
span { border-color: #C58A46; }
span { border-color: rgb(197,138,70); }
td.TdClassName
{
border-color: #C58A46;
}
.TagClassName
{
border-color: #C58A46;
}
</style>