Shades of Anzac #C4873B
Tints of Anzac #C4873B
RGB
CMYK
RGB Variations
Color information
#C4873B (or 0xC4873B) is known color: Anzac. HEX triplet: C4, 87 and 3B. RGB value is (196,135,59). Sum of RGB (Red+Green+Blue) = 196+135+59=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4873B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4873B is #3B78C4. Grayscale: #909090. Windows color (decimal): -3897541 or 3901380. OLE color: 3901380.
HSL color Cylindrical-coordinate representation of color #C4873B: hue angle of 33.28º 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 #C4873B is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 59 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.23 |
| HSL | 33.28º | 0.54% | 0.5% | - |
| HSV(B) | 33.28º | 0.7% | 0.77% | - |
| XYZ | 32.22 | 29.38 | 8.11 | - |
| YUV | 144.58 | 79.71 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 59 | 0 | 0.31 | 0.70 | 0.23 | 33.28 | 0.54 | 0.5 |
| Hex | C4 | 87 | 3B | 0 | 1F | 46 | 17 | 21 | 36 | 32 |
| Octal | 304 | 207 | 73 | 0 | 37 | 106 | 27 | 41 | 66 | 62 |
| Binary | 11000100 | 10000111 | 111011 | 0 | 11111 | 1000110 | 10111 | 100001 | 110110 | 110010 |
Color Harmonies of #C4873B
Complementary color
Monochromatic Colors of #C4873B
Black with #C4873B
Text Example
Text Example
White with #C4873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4873B; }
p { color: rgb(196,135,59); }
H1.HeaderClassName
{
color: #C4873B;
}
.AnyTagClassName
{
color: #C4873B;
}
</style>
background-color css
<style>
a { background-color: #C4873B; }
a { background-color: rgb(196,135,59); }
div.DivClassName
{
background-color: #C4873B;
}
.BgClassName
{
background-color: #C4873B;
}
</style>
border-color css
<style>
span { border-color: #C4873B; }
span { border-color: rgb(196,135,59); }
td.TdClassName
{
border-color: #C4873B;
}
.TagClassName
{
border-color: #C4873B;
}
</style>