Shades of Anzac #C58945
Tints of Anzac #C58945
RGB
CMYK
RGB Variations
Color information
#C58945 (or 0xC58945) is known color: Anzac. HEX triplet: C5, 89 and 45. RGB value is (197,137,69). Sum of RGB (Red+Green+Blue) = 197+137+69=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C58945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58945 is #3A76BA. Grayscale: #939393. Windows color (decimal): -3831483 or 4557253. OLE color: 4557253.
HSL color Cylindrical-coordinate representation of color #C58945: hue angle of 31.88º degrees, saturation: 0.52, 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 #C58945 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 69 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.23 |
| HSL | 31.88º | 0.52% | 0.52% | - |
| HSV(B) | 31.88º | 0.65% | 0.77% | - |
| XYZ | 33.05 | 30.19 | 9.72 | - |
| YUV | 147.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 69 | 0 | 0.30 | 0.65 | 0.23 | 31.88 | 0.52 | 0.52 |
| Hex | C5 | 89 | 45 | 0 | 1E | 41 | 17 | 20 | 34 | 34 |
| Octal | 305 | 211 | 105 | 0 | 36 | 101 | 27 | 40 | 64 | 64 |
| Binary | 11000101 | 10001001 | 1000101 | 0 | 11110 | 1000001 | 10111 | 100000 | 110100 | 110100 |
Color Harmonies of #C58945
Complementary color
Monochromatic Colors of #C58945
Black with #C58945
Text Example
Text Example
White with #C58945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58945; }
p { color: rgb(197,137,69); }
H1.HeaderClassName
{
color: #C58945;
}
.AnyTagClassName
{
color: #C58945;
}
</style>
background-color css
<style>
a { background-color: #C58945; }
a { background-color: rgb(197,137,69); }
div.DivClassName
{
background-color: #C58945;
}
.BgClassName
{
background-color: #C58945;
}
</style>
border-color css
<style>
span { border-color: #C58945; }
span { border-color: rgb(197,137,69); }
td.TdClassName
{
border-color: #C58945;
}
.TagClassName
{
border-color: #C58945;
}
</style>