Shades of Anzac #C48D40
Tints of Anzac #C48D40
RGB
CMYK
RGB Variations
Color information
#C48D40 (or 0xC48D40) is known color: Anzac. HEX triplet: C4, 8D and 40. RGB value is (196,141,64). Sum of RGB (Red+Green+Blue) = 196+141+64=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D40 is #3B72BF. Grayscale: #959595. Windows color (decimal): -3896000 or 4230596. OLE color: 4230596.
HSL color Cylindrical-coordinate representation of color #C48D40: hue angle of 35º 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 #C48D40 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 64 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.23 |
| HSL | 35º | 0.53% | 0.51% | - |
| HSV(B) | 35º | 0.67% | 0.77% | - |
| XYZ | 33.22 | 31.16 | 9.11 | - |
| YUV | 148.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 64 | 0 | 0.28 | 0.67 | 0.23 | 35 | 0.53 | 0.51 |
| Hex | C4 | 8D | 40 | 0 | 1C | 43 | 17 | 23 | 35 | 33 |
| Octal | 304 | 215 | 100 | 0 | 34 | 103 | 27 | 43 | 65 | 63 |
| Binary | 11000100 | 10001101 | 1000000 | 0 | 11100 | 1000011 | 10111 | 100011 | 110101 | 110011 |
Color Harmonies of #C48D40
Complementary color
Monochromatic Colors of #C48D40
Black with #C48D40
Text Example
Text Example
White with #C48D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D40; }
p { color: rgb(196,141,64); }
H1.HeaderClassName
{
color: #C48D40;
}
.AnyTagClassName
{
color: #C48D40;
}
</style>
background-color css
<style>
a { background-color: #C48D40; }
a { background-color: rgb(196,141,64); }
div.DivClassName
{
background-color: #C48D40;
}
.BgClassName
{
background-color: #C48D40;
}
</style>
border-color css
<style>
span { border-color: #C48D40; }
span { border-color: rgb(196,141,64); }
td.TdClassName
{
border-color: #C48D40;
}
.TagClassName
{
border-color: #C48D40;
}
</style>