Shades of Anzac #C5913E
Tints of Anzac #C5913E
RGB
CMYK
RGB Variations
Color information
#C5913E (or 0xC5913E) is known color: Anzac. HEX triplet: C5, 91 and 3E. RGB value is (197,145,62). Sum of RGB (Red+Green+Blue) = 197+145+62=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5913E is #3A6EC1. Grayscale: #979797. Windows color (decimal): -3829442 or 4100549. OLE color: 4100549.
HSL color Cylindrical-coordinate representation of color #C5913E: hue angle of 36.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5913E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 62 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.23 |
| HSL | 36.89º | 0.54% | 0.51% | - |
| HSV(B) | 36.89º | 0.69% | 0.77% | - |
| XYZ | 34.02 | 32.47 | 9.03 | - |
| YUV | 151.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 62 | 0 | 0.26 | 0.69 | 0.23 | 36.89 | 0.54 | 0.51 |
| Hex | C5 | 91 | 3E | 0 | 1A | 45 | 17 | 25 | 36 | 33 |
| Octal | 305 | 221 | 76 | 0 | 32 | 105 | 27 | 45 | 66 | 63 |
| Binary | 11000101 | 10010001 | 111110 | 0 | 11010 | 1000101 | 10111 | 100101 | 110110 | 110011 |
Color Harmonies of #C5913E
Complementary color
Monochromatic Colors of #C5913E
Black with #C5913E
Text Example
Text Example
White with #C5913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5913E; }
p { color: rgb(197,145,62); }
H1.HeaderClassName
{
color: #C5913E;
}
.AnyTagClassName
{
color: #C5913E;
}
</style>
background-color css
<style>
a { background-color: #C5913E; }
a { background-color: rgb(197,145,62); }
div.DivClassName
{
background-color: #C5913E;
}
.BgClassName
{
background-color: #C5913E;
}
</style>
border-color css
<style>
span { border-color: #C5913E; }
span { border-color: rgb(197,145,62); }
td.TdClassName
{
border-color: #C5913E;
}
.TagClassName
{
border-color: #C5913E;
}
</style>