Shades of Anzac #C4953E
Tints of Anzac #C4953E
RGB
CMYK
RGB Variations
Color information
#C4953E (or 0xC4953E) is known color: Anzac. HEX triplet: C4, 95 and 3E. RGB value is (196,149,62). Sum of RGB (Red+Green+Blue) = 196+149+62=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4953E is #3B6AC1. Grayscale: #999999. Windows color (decimal): -3893954 or 4101572. OLE color: 4101572.
HSL color Cylindrical-coordinate representation of color #C4953E: hue angle of 38.96º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4953E is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 62 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.23 |
| HSL | 38.96º | 0.53% | 0.51% | - |
| HSV(B) | 38.96º | 0.68% | 0.77% | - |
| XYZ | 34.38 | 33.58 | 9.23 | - |
| YUV | 153.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 62 | 0 | 0.24 | 0.68 | 0.23 | 38.96 | 0.53 | 0.51 |
| Hex | C4 | 95 | 3E | 0 | 18 | 44 | 17 | 27 | 35 | 33 |
| Octal | 304 | 225 | 76 | 0 | 30 | 104 | 27 | 47 | 65 | 63 |
| Binary | 11000100 | 10010101 | 111110 | 0 | 11000 | 1000100 | 10111 | 100111 | 110101 | 110011 |
Color Harmonies of #C4953E
Complementary color
Monochromatic Colors of #C4953E
Black with #C4953E
Text Example
Text Example
White with #C4953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4953E; }
p { color: rgb(196,149,62); }
H1.HeaderClassName
{
color: #C4953E;
}
.AnyTagClassName
{
color: #C4953E;
}
</style>
background-color css
<style>
a { background-color: #C4953E; }
a { background-color: rgb(196,149,62); }
div.DivClassName
{
background-color: #C4953E;
}
.BgClassName
{
background-color: #C4953E;
}
</style>
border-color css
<style>
span { border-color: #C4953E; }
span { border-color: rgb(196,149,62); }
td.TdClassName
{
border-color: #C4953E;
}
.TagClassName
{
border-color: #C4953E;
}
</style>