Shades of Anzac #C4913D
Tints of Anzac #C4913D
RGB
CMYK
RGB Variations
Color information
#C4913D (or 0xC4913D) is known color: Anzac. HEX triplet: C4, 91 and 3D. RGB value is (196,145,61). Sum of RGB (Red+Green+Blue) = 196+145+61=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4913D is #3B6EC2. Grayscale: #979797. Windows color (decimal): -3894979 or 4035012. OLE color: 4035012.
HSL color Cylindrical-coordinate representation of color #C4913D: hue angle of 37.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4913D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 61 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.23 |
| HSL | 37.33º | 0.53% | 0.5% | - |
| HSV(B) | 37.33º | 0.69% | 0.77% | - |
| XYZ | 33.73 | 32.32 | 8.88 | - |
| YUV | 150.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 61 | 0 | 0.26 | 0.69 | 0.23 | 37.33 | 0.53 | 0.5 |
| Hex | C4 | 91 | 3D | 0 | 1A | 45 | 17 | 25 | 35 | 32 |
| Octal | 304 | 221 | 75 | 0 | 32 | 105 | 27 | 45 | 65 | 62 |
| Binary | 11000100 | 10010001 | 111101 | 0 | 11010 | 1000101 | 10111 | 100101 | 110101 | 110010 |
Color Harmonies of #C4913D
Complementary color
Monochromatic Colors of #C4913D
Black with #C4913D
Text Example
Text Example
White with #C4913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4913D; }
p { color: rgb(196,145,61); }
H1.HeaderClassName
{
color: #C4913D;
}
.AnyTagClassName
{
color: #C4913D;
}
</style>
background-color css
<style>
a { background-color: #C4913D; }
a { background-color: rgb(196,145,61); }
div.DivClassName
{
background-color: #C4913D;
}
.BgClassName
{
background-color: #C4913D;
}
</style>
border-color css
<style>
span { border-color: #C4913D; }
span { border-color: rgb(196,145,61); }
td.TdClassName
{
border-color: #C4913D;
}
.TagClassName
{
border-color: #C4913D;
}
</style>