Shades of Anzac #C48A45
Tints of Anzac #C48A45
RGB
CMYK
RGB Variations
Color information
#C48A45 (or 0xC48A45) is known color: Anzac. HEX triplet: C4, 8A and 45. RGB value is (196,138,69). Sum of RGB (Red+Green+Blue) = 196+138+69=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A45 is #3B75BA. Grayscale: #939393. Windows color (decimal): -3896763 or 4557508. OLE color: 4557508.
HSL color Cylindrical-coordinate representation of color #C48A45: hue angle of 32.6º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C48A45 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 69 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.23 |
| HSL | 32.6º | 0.52% | 0.52% | - |
| HSV(B) | 32.6º | 0.65% | 0.77% | - |
| XYZ | 32.93 | 30.34 | 9.75 | - |
| YUV | 147.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 69 | 0 | 0.30 | 0.65 | 0.23 | 32.6 | 0.52 | 0.52 |
| Hex | C4 | 8A | 45 | 0 | 1E | 41 | 17 | 21 | 34 | 34 |
| Octal | 304 | 212 | 105 | 0 | 36 | 101 | 27 | 41 | 64 | 64 |
| Binary | 11000100 | 10001010 | 1000101 | 0 | 11110 | 1000001 | 10111 | 100001 | 110100 | 110100 |
Color Harmonies of #C48A45
Complementary color
Monochromatic Colors of #C48A45
Black with #C48A45
Text Example
Text Example
White with #C48A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A45; }
p { color: rgb(196,138,69); }
H1.HeaderClassName
{
color: #C48A45;
}
.AnyTagClassName
{
color: #C48A45;
}
</style>
background-color css
<style>
a { background-color: #C48A45; }
a { background-color: rgb(196,138,69); }
div.DivClassName
{
background-color: #C48A45;
}
.BgClassName
{
background-color: #C48A45;
}
</style>
border-color css
<style>
span { border-color: #C48A45; }
span { border-color: rgb(196,138,69); }
td.TdClassName
{
border-color: #C48A45;
}
.TagClassName
{
border-color: #C48A45;
}
</style>