Shades of Anzac #C5953F
Tints of Anzac #C5953F
RGB
CMYK
RGB Variations
Color information
#C5953F (or 0xC5953F) is known color: Anzac. HEX triplet: C5, 95 and 3F. RGB value is (197,149,63). Sum of RGB (Red+Green+Blue) = 197+149+63=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5953F is #3A6AC0. Grayscale: #999999. Windows color (decimal): -3828417 or 4167109. OLE color: 4167109.
HSL color Cylindrical-coordinate representation of color #C5953F: hue angle of 38.51º degrees, saturation: 0.54, 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 #C5953F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 63 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.23 |
| HSL | 38.51º | 0.54% | 0.51% | - |
| HSV(B) | 38.51º | 0.68% | 0.77% | - |
| XYZ | 34.67 | 33.72 | 9.38 | - |
| YUV | 153.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 63 | 0 | 0.24 | 0.68 | 0.23 | 38.51 | 0.54 | 0.51 |
| Hex | C5 | 95 | 3F | 0 | 18 | 44 | 17 | 27 | 36 | 33 |
| Octal | 305 | 225 | 77 | 0 | 30 | 104 | 27 | 47 | 66 | 63 |
| Binary | 11000101 | 10010101 | 111111 | 0 | 11000 | 1000100 | 10111 | 100111 | 110110 | 110011 |
Color Harmonies of #C5953F
Complementary color
Monochromatic Colors of #C5953F
Black with #C5953F
Text Example
Text Example
White with #C5953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5953F; }
p { color: rgb(197,149,63); }
H1.HeaderClassName
{
color: #C5953F;
}
.AnyTagClassName
{
color: #C5953F;
}
</style>
background-color css
<style>
a { background-color: #C5953F; }
a { background-color: rgb(197,149,63); }
div.DivClassName
{
background-color: #C5953F;
}
.BgClassName
{
background-color: #C5953F;
}
</style>
border-color css
<style>
span { border-color: #C5953F; }
span { border-color: rgb(197,149,63); }
td.TdClassName
{
border-color: #C5953F;
}
.TagClassName
{
border-color: #C5953F;
}
</style>