Shades of Anzac #C39240
Tints of Anzac #C39240
RGB
CMYK
RGB Variations
Color information
#C39240 (or 0xC39240) is known color: Anzac. HEX triplet: C3, 92 and 40. RGB value is (195,146,64). Sum of RGB (Red+Green+Blue) = 195+146+64=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C39240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39240 is #3C6DBF. Grayscale: #979797. Windows color (decimal): -3960256 or 4231875. OLE color: 4231875.
HSL color Cylindrical-coordinate representation of color #C39240: hue angle of 37.56º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C39240 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 64 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.24 |
| HSL | 37.56º | 0.52% | 0.51% | - |
| HSV(B) | 37.56º | 0.67% | 0.76% | - |
| XYZ | 33.71 | 32.53 | 9.35 | - |
| YUV | 151.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 64 | 0 | 0.25 | 0.67 | 0.24 | 37.56 | 0.52 | 0.51 |
| Hex | C3 | 92 | 40 | 0 | 19 | 43 | 18 | 26 | 34 | 33 |
| Octal | 303 | 222 | 100 | 0 | 31 | 103 | 30 | 46 | 64 | 63 |
| Binary | 11000011 | 10010010 | 1000000 | 0 | 11001 | 1000011 | 11000 | 100110 | 110100 | 110011 |
Color Harmonies of #C39240
Complementary color
Monochromatic Colors of #C39240
Black with #C39240
Text Example
Text Example
White with #C39240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39240; }
p { color: rgb(195,146,64); }
H1.HeaderClassName
{
color: #C39240;
}
.AnyTagClassName
{
color: #C39240;
}
</style>
background-color css
<style>
a { background-color: #C39240; }
a { background-color: rgb(195,146,64); }
div.DivClassName
{
background-color: #C39240;
}
.BgClassName
{
background-color: #C39240;
}
</style>
border-color css
<style>
span { border-color: #C39240; }
span { border-color: rgb(195,146,64); }
td.TdClassName
{
border-color: #C39240;
}
.TagClassName
{
border-color: #C39240;
}
</style>