Shades of Anzac #C4873A
Tints of Anzac #C4873A
RGB
CMYK
RGB Variations
Color information
#C4873A (or 0xC4873A) is known color: Anzac. HEX triplet: C4, 87 and 3A. RGB value is (196,135,58). Sum of RGB (Red+Green+Blue) = 196+135+58=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4873A is #3B78C5. Grayscale: #909090. Windows color (decimal): -3897542 or 3835844. OLE color: 3835844.
HSL color Cylindrical-coordinate representation of color #C4873A: hue angle of 33.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4873A is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 58 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.23 |
| HSL | 33.48º | 0.54% | 0.5% | - |
| HSV(B) | 33.48º | 0.7% | 0.77% | - |
| XYZ | 32.19 | 29.37 | 7.98 | - |
| YUV | 144.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 58 | 0 | 0.31 | 0.70 | 0.23 | 33.48 | 0.54 | 0.5 |
| Hex | C4 | 87 | 3A | 0 | 1F | 46 | 17 | 21 | 36 | 32 |
| Octal | 304 | 207 | 72 | 0 | 37 | 106 | 27 | 41 | 66 | 62 |
| Binary | 11000100 | 10000111 | 111010 | 0 | 11111 | 1000110 | 10111 | 100001 | 110110 | 110010 |
Color Harmonies of #C4873A
Complementary color
Monochromatic Colors of #C4873A
Black with #C4873A
Text Example
Text Example
White with #C4873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4873A; }
p { color: rgb(196,135,58); }
H1.HeaderClassName
{
color: #C4873A;
}
.AnyTagClassName
{
color: #C4873A;
}
</style>
background-color css
<style>
a { background-color: #C4873A; }
a { background-color: rgb(196,135,58); }
div.DivClassName
{
background-color: #C4873A;
}
.BgClassName
{
background-color: #C4873A;
}
</style>
border-color css
<style>
span { border-color: #C4873A; }
span { border-color: rgb(196,135,58); }
td.TdClassName
{
border-color: #C4873A;
}
.TagClassName
{
border-color: #C4873A;
}
</style>