Shades of Anzac #C5903A
Tints of Anzac #C5903A
RGB
CMYK
RGB Variations
Color information
#C5903A (or 0xC5903A) is known color: Anzac. HEX triplet: C5, 90 and 3A. RGB value is (197,144,58). Sum of RGB (Red+Green+Blue) = 197+144+58=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5903A is #3A6FC5. Grayscale: #969696. Windows color (decimal): -3829702 or 3838149. OLE color: 3838149.
HSL color Cylindrical-coordinate representation of color #C5903A: hue angle of 37.12º 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 #C5903A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 58 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.23 |
| HSL | 37.12º | 0.55% | 0.5% | - |
| HSV(B) | 37.12º | 0.71% | 0.77% | - |
| XYZ | 33.76 | 32.12 | 8.42 | - |
| YUV | 150.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 58 | 0 | 0.27 | 0.71 | 0.23 | 37.12 | 0.55 | 0.5 |
| Hex | C5 | 90 | 3A | 0 | 1B | 47 | 17 | 25 | 37 | 32 |
| Octal | 305 | 220 | 72 | 0 | 33 | 107 | 27 | 45 | 67 | 62 |
| Binary | 11000101 | 10010000 | 111010 | 0 | 11011 | 1000111 | 10111 | 100101 | 110111 | 110010 |
Color Harmonies of #C5903A
Complementary color
Monochromatic Colors of #C5903A
Black with #C5903A
Text Example
Text Example
White with #C5903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5903A; }
p { color: rgb(197,144,58); }
H1.HeaderClassName
{
color: #C5903A;
}
.AnyTagClassName
{
color: #C5903A;
}
</style>
background-color css
<style>
a { background-color: #C5903A; }
a { background-color: rgb(197,144,58); }
div.DivClassName
{
background-color: #C5903A;
}
.BgClassName
{
background-color: #C5903A;
}
</style>
border-color css
<style>
span { border-color: #C5903A; }
span { border-color: rgb(197,144,58); }
td.TdClassName
{
border-color: #C5903A;
}
.TagClassName
{
border-color: #C5903A;
}
</style>