Shades of Anzac #C4953F
Tints of Anzac #C4953F
RGB
CMYK
RGB Variations
Color information
#C4953F (or 0xC4953F) is known color: Anzac. HEX triplet: C4, 95 and 3F. RGB value is (196,149,63). Sum of RGB (Red+Green+Blue) = 196+149+63=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4953F is #3B6AC0. Grayscale: #999999. Windows color (decimal): -3893953 or 4167108. OLE color: 4167108.
HSL color Cylindrical-coordinate representation of color #C4953F: hue angle of 38.8º 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 #C4953F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 63 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.23 |
| HSL | 38.8º | 0.53% | 0.51% | - |
| HSV(B) | 38.8º | 0.68% | 0.77% | - |
| XYZ | 34.41 | 33.59 | 9.37 | - |
| YUV | 153.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 63 | 0 | 0.24 | 0.68 | 0.23 | 38.8 | 0.53 | 0.51 |
| Hex | C4 | 95 | 3F | 0 | 18 | 44 | 17 | 27 | 35 | 33 |
| Octal | 304 | 225 | 77 | 0 | 30 | 104 | 27 | 47 | 65 | 63 |
| Binary | 11000100 | 10010101 | 111111 | 0 | 11000 | 1000100 | 10111 | 100111 | 110101 | 110011 |
Color Harmonies of #C4953F
Complementary color
Monochromatic Colors of #C4953F
Black with #C4953F
Text Example
Text Example
White with #C4953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4953F; }
p { color: rgb(196,149,63); }
H1.HeaderClassName
{
color: #C4953F;
}
.AnyTagClassName
{
color: #C4953F;
}
</style>
background-color css
<style>
a { background-color: #C4953F; }
a { background-color: rgb(196,149,63); }
div.DivClassName
{
background-color: #C4953F;
}
.BgClassName
{
background-color: #C4953F;
}
</style>
border-color css
<style>
span { border-color: #C4953F; }
span { border-color: rgb(196,149,63); }
td.TdClassName
{
border-color: #C4953F;
}
.TagClassName
{
border-color: #C4953F;
}
</style>