Shades of Anzac #C58C39
Tints of Anzac #C58C39
RGB
CMYK
RGB Variations
Color information
#C58C39 (or 0xC58C39) is known color: Anzac. HEX triplet: C5, 8C and 39. RGB value is (197,140,57). Sum of RGB (Red+Green+Blue) = 197+140+57=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C39 is #3A73C6. Grayscale: #939393. Windows color (decimal): -3830727 or 3771589. OLE color: 3771589.
HSL color Cylindrical-coordinate representation of color #C58C39: hue angle of 35.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C58C39 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 57 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.23 |
| HSL | 35.57º | 0.55% | 0.5% | - |
| HSV(B) | 35.57º | 0.71% | 0.77% | - |
| XYZ | 33.14 | 30.92 | 8.09 | - |
| YUV | 147.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 57 | 0 | 0.29 | 0.71 | 0.23 | 35.57 | 0.55 | 0.5 |
| Hex | C5 | 8C | 39 | 0 | 1D | 47 | 17 | 24 | 37 | 32 |
| Octal | 305 | 214 | 71 | 0 | 35 | 107 | 27 | 44 | 67 | 62 |
| Binary | 11000101 | 10001100 | 111001 | 0 | 11101 | 1000111 | 10111 | 100100 | 110111 | 110010 |
Color Harmonies of #C58C39
Complementary color
Monochromatic Colors of #C58C39
Black with #C58C39
Text Example
Text Example
White with #C58C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C39; }
p { color: rgb(197,140,57); }
H1.HeaderClassName
{
color: #C58C39;
}
.AnyTagClassName
{
color: #C58C39;
}
</style>
background-color css
<style>
a { background-color: #C58C39; }
a { background-color: rgb(197,140,57); }
div.DivClassName
{
background-color: #C58C39;
}
.BgClassName
{
background-color: #C58C39;
}
</style>
border-color css
<style>
span { border-color: #C58C39; }
span { border-color: rgb(197,140,57); }
td.TdClassName
{
border-color: #C58C39;
}
.TagClassName
{
border-color: #C58C39;
}
</style>