Shades of Anzac #C29241
Tints of Anzac #C29241
RGB
CMYK
RGB Variations
Color information
#C29241 (or 0xC29241) is known color: Anzac. HEX triplet: C2, 92 and 41. RGB value is (194,146,65). Sum of RGB (Red+Green+Blue) = 194+146+65=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C29241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29241 is #3D6DBE. Grayscale: #979797. Windows color (decimal): -4025791 or 4297410. OLE color: 4297410.
HSL color Cylindrical-coordinate representation of color #C29241: hue angle of 37.67º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C29241 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 65 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.24 |
| HSL | 37.67º | 0.51% | 0.51% | - |
| HSV(B) | 37.67º | 0.66% | 0.76% | - |
| XYZ | 33.48 | 32.41 | 9.49 | - |
| YUV | 151.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 65 | 0 | 0.25 | 0.66 | 0.24 | 37.67 | 0.51 | 0.51 |
| Hex | C2 | 92 | 41 | 0 | 19 | 42 | 18 | 26 | 33 | 33 |
| Octal | 302 | 222 | 101 | 0 | 31 | 102 | 30 | 46 | 63 | 63 |
| Binary | 11000010 | 10010010 | 1000001 | 0 | 11001 | 1000010 | 11000 | 100110 | 110011 | 110011 |
Color Harmonies of #C29241
Complementary color
Monochromatic Colors of #C29241
Black with #C29241
Text Example
Text Example
White with #C29241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29241; }
p { color: rgb(194,146,65); }
H1.HeaderClassName
{
color: #C29241;
}
.AnyTagClassName
{
color: #C29241;
}
</style>
background-color css
<style>
a { background-color: #C29241; }
a { background-color: rgb(194,146,65); }
div.DivClassName
{
background-color: #C29241;
}
.BgClassName
{
background-color: #C29241;
}
</style>
border-color css
<style>
span { border-color: #C29241; }
span { border-color: rgb(194,146,65); }
td.TdClassName
{
border-color: #C29241;
}
.TagClassName
{
border-color: #C29241;
}
</style>