Shades of Anzac #C58D39
Tints of Anzac #C58D39
RGB
CMYK
RGB Variations
Color information
#C58D39 (or 0xC58D39) is known color: Anzac. HEX triplet: C5, 8D and 39. RGB value is (197,141,57). Sum of RGB (Red+Green+Blue) = 197+141+57=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D39 is #3A72C6. Grayscale: #949494. Windows color (decimal): -3830471 or 3771845. OLE color: 3771845.
HSL color Cylindrical-coordinate representation of color #C58D39: hue angle of 36º 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 #C58D39 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 57 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.23 |
| HSL | 36º | 0.55% | 0.5% | - |
| HSV(B) | 36º | 0.71% | 0.77% | - |
| XYZ | 33.29 | 31.22 | 8.14 | - |
| YUV | 148.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 57 | 0 | 0.28 | 0.71 | 0.23 | 36 | 0.55 | 0.5 |
| Hex | C5 | 8D | 39 | 0 | 1C | 47 | 17 | 24 | 37 | 32 |
| Octal | 305 | 215 | 71 | 0 | 34 | 107 | 27 | 44 | 67 | 62 |
| Binary | 11000101 | 10001101 | 111001 | 0 | 11100 | 1000111 | 10111 | 100100 | 110111 | 110010 |
Color Harmonies of #C58D39
Complementary color
Monochromatic Colors of #C58D39
Black with #C58D39
Text Example
Text Example
White with #C58D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D39; }
p { color: rgb(197,141,57); }
H1.HeaderClassName
{
color: #C58D39;
}
.AnyTagClassName
{
color: #C58D39;
}
</style>
background-color css
<style>
a { background-color: #C58D39; }
a { background-color: rgb(197,141,57); }
div.DivClassName
{
background-color: #C58D39;
}
.BgClassName
{
background-color: #C58D39;
}
</style>
border-color css
<style>
span { border-color: #C58D39; }
span { border-color: rgb(197,141,57); }
td.TdClassName
{
border-color: #C58D39;
}
.TagClassName
{
border-color: #C58D39;
}
</style>