Shades of Anzac #C58741
Tints of Anzac #C58741
RGB
CMYK
RGB Variations
Color information
#C58741 (or 0xC58741) is known color: Anzac. HEX triplet: C5, 87 and 41. RGB value is (197,135,65). Sum of RGB (Red+Green+Blue) = 197+135+65=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58741 is #3A78BE. Grayscale: #919191. Windows color (decimal): -3831999 or 4294597. OLE color: 4294597.
HSL color Cylindrical-coordinate representation of color #C58741: hue angle of 31.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C58741 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 65 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.23 |
| HSL | 31.82º | 0.53% | 0.51% | - |
| HSV(B) | 31.82º | 0.67% | 0.77% | - |
| XYZ | 32.64 | 29.58 | 8.99 | - |
| YUV | 145.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 65 | 0 | 0.31 | 0.67 | 0.23 | 31.82 | 0.53 | 0.51 |
| Hex | C5 | 87 | 41 | 0 | 1F | 43 | 17 | 20 | 35 | 33 |
| Octal | 305 | 207 | 101 | 0 | 37 | 103 | 27 | 40 | 65 | 63 |
| Binary | 11000101 | 10000111 | 1000001 | 0 | 11111 | 1000011 | 10111 | 100000 | 110101 | 110011 |
Color Harmonies of #C58741
Complementary color
Monochromatic Colors of #C58741
Black with #C58741
Text Example
Text Example
White with #C58741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58741; }
p { color: rgb(197,135,65); }
H1.HeaderClassName
{
color: #C58741;
}
.AnyTagClassName
{
color: #C58741;
}
</style>
background-color css
<style>
a { background-color: #C58741; }
a { background-color: rgb(197,135,65); }
div.DivClassName
{
background-color: #C58741;
}
.BgClassName
{
background-color: #C58741;
}
</style>
border-color css
<style>
span { border-color: #C58741; }
span { border-color: rgb(197,135,65); }
td.TdClassName
{
border-color: #C58741;
}
.TagClassName
{
border-color: #C58741;
}
</style>