Shades of Anzac #C39440
Tints of Anzac #C39440
RGB
CMYK
RGB Variations
Color information
#C39440 (or 0xC39440) is known color: Anzac. HEX triplet: C3, 94 and 40. RGB value is (195,148,64). Sum of RGB (Red+Green+Blue) = 195+148+64=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C39440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39440 is #3C6BBF. Grayscale: #989898. Windows color (decimal): -3959744 or 4232387. OLE color: 4232387.
HSL color Cylindrical-coordinate representation of color #C39440: hue angle of 38.47º 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 #C39440 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 64 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.24 |
| HSL | 38.47º | 0.52% | 0.51% | - |
| HSV(B) | 38.47º | 0.67% | 0.76% | - |
| XYZ | 34.02 | 33.15 | 9.46 | - |
| YUV | 152.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 64 | 0 | 0.24 | 0.67 | 0.24 | 38.47 | 0.52 | 0.51 |
| Hex | C3 | 94 | 40 | 0 | 18 | 43 | 18 | 26 | 34 | 33 |
| Octal | 303 | 224 | 100 | 0 | 30 | 103 | 30 | 46 | 64 | 63 |
| Binary | 11000011 | 10010100 | 1000000 | 0 | 11000 | 1000011 | 11000 | 100110 | 110100 | 110011 |
Color Harmonies of #C39440
Complementary color
Monochromatic Colors of #C39440
Black with #C39440
Text Example
Text Example
White with #C39440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39440; }
p { color: rgb(195,148,64); }
H1.HeaderClassName
{
color: #C39440;
}
.AnyTagClassName
{
color: #C39440;
}
</style>
background-color css
<style>
a { background-color: #C39440; }
a { background-color: rgb(195,148,64); }
div.DivClassName
{
background-color: #C39440;
}
.BgClassName
{
background-color: #C39440;
}
</style>
border-color css
<style>
span { border-color: #C39440; }
span { border-color: rgb(195,148,64); }
td.TdClassName
{
border-color: #C39440;
}
.TagClassName
{
border-color: #C39440;
}
</style>