Shades of Anzac #C5913A
Tints of Anzac #C5913A
RGB
CMYK
RGB Variations
Color information
#C5913A (or 0xC5913A) is known color: Anzac. HEX triplet: C5, 91 and 3A. RGB value is (197,145,58). Sum of RGB (Red+Green+Blue) = 197+145+58=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5913A is #3A6EC5. Grayscale: #979797. Windows color (decimal): -3829446 or 3838405. OLE color: 3838405.
HSL color Cylindrical-coordinate representation of color #C5913A: hue angle of 37.55º 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 #C5913A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 58 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.23 |
| HSL | 37.55º | 0.55% | 0.5% | - |
| HSV(B) | 37.55º | 0.71% | 0.77% | - |
| XYZ | 33.92 | 32.43 | 8.47 | - |
| YUV | 150.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 58 | 0 | 0.26 | 0.71 | 0.23 | 37.55 | 0.55 | 0.5 |
| Hex | C5 | 91 | 3A | 0 | 1A | 47 | 17 | 26 | 37 | 32 |
| Octal | 305 | 221 | 72 | 0 | 32 | 107 | 27 | 46 | 67 | 62 |
| Binary | 11000101 | 10010001 | 111010 | 0 | 11010 | 1000111 | 10111 | 100110 | 110111 | 110010 |
Color Harmonies of #C5913A
Complementary color
Monochromatic Colors of #C5913A
Black with #C5913A
Text Example
Text Example
White with #C5913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5913A; }
p { color: rgb(197,145,58); }
H1.HeaderClassName
{
color: #C5913A;
}
.AnyTagClassName
{
color: #C5913A;
}
</style>
background-color css
<style>
a { background-color: #C5913A; }
a { background-color: rgb(197,145,58); }
div.DivClassName
{
background-color: #C5913A;
}
.BgClassName
{
background-color: #C5913A;
}
</style>
border-color css
<style>
span { border-color: #C5913A; }
span { border-color: rgb(197,145,58); }
td.TdClassName
{
border-color: #C5913A;
}
.TagClassName
{
border-color: #C5913A;
}
</style>