Shades of Anzac #C58A44
Tints of Anzac #C58A44
RGB
CMYK
RGB Variations
Color information
#C58A44 (or 0xC58A44) is known color: Anzac. HEX triplet: C5, 8A and 44. RGB value is (197,138,68). Sum of RGB (Red+Green+Blue) = 197+138+68=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A44 is #3A75BB. Grayscale: #939393. Windows color (decimal): -3831228 or 4491973. OLE color: 4491973.
HSL color Cylindrical-coordinate representation of color #C58A44: hue angle of 32.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C58A44 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 68 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.23 |
| HSL | 32.56º | 0.53% | 0.52% | - |
| HSV(B) | 32.56º | 0.65% | 0.77% | - |
| XYZ | 33.16 | 30.46 | 9.6 | - |
| YUV | 147.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 68 | 0 | 0.30 | 0.65 | 0.23 | 32.56 | 0.53 | 0.52 |
| Hex | C5 | 8A | 44 | 0 | 1E | 41 | 17 | 21 | 35 | 34 |
| Octal | 305 | 212 | 104 | 0 | 36 | 101 | 27 | 41 | 65 | 64 |
| Binary | 11000101 | 10001010 | 1000100 | 0 | 11110 | 1000001 | 10111 | 100001 | 110101 | 110100 |
Color Harmonies of #C58A44
Complementary color
Monochromatic Colors of #C58A44
Black with #C58A44
Text Example
Text Example
White with #C58A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A44; }
p { color: rgb(197,138,68); }
H1.HeaderClassName
{
color: #C58A44;
}
.AnyTagClassName
{
color: #C58A44;
}
</style>
background-color css
<style>
a { background-color: #C58A44; }
a { background-color: rgb(197,138,68); }
div.DivClassName
{
background-color: #C58A44;
}
.BgClassName
{
background-color: #C58A44;
}
</style>
border-color css
<style>
span { border-color: #C58A44; }
span { border-color: rgb(197,138,68); }
td.TdClassName
{
border-color: #C58A44;
}
.TagClassName
{
border-color: #C58A44;
}
</style>