Shades of Anzac #C39140
Tints of Anzac #C39140
RGB
CMYK
RGB Variations
Color information
#C39140 (or 0xC39140) is known color: Anzac. HEX triplet: C3, 91 and 40. RGB value is (195,145,64). Sum of RGB (Red+Green+Blue) = 195+145+64=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C39140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39140 is #3C6EBF. Grayscale: #979797. Windows color (decimal): -3960512 or 4231619. OLE color: 4231619.
HSL color Cylindrical-coordinate representation of color #C39140: hue angle of 37.1º 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 #C39140 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 64 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.24 |
| HSL | 37.1º | 0.52% | 0.51% | - |
| HSV(B) | 37.1º | 0.67% | 0.76% | - |
| XYZ | 33.56 | 32.22 | 9.3 | - |
| YUV | 150.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 64 | 0 | 0.26 | 0.67 | 0.24 | 37.1 | 0.52 | 0.51 |
| Hex | C3 | 91 | 40 | 0 | 1A | 43 | 18 | 25 | 34 | 33 |
| Octal | 303 | 221 | 100 | 0 | 32 | 103 | 30 | 45 | 64 | 63 |
| Binary | 11000011 | 10010001 | 1000000 | 0 | 11010 | 1000011 | 11000 | 100101 | 110100 | 110011 |
Color Harmonies of #C39140
Complementary color
Monochromatic Colors of #C39140
Black with #C39140
Text Example
Text Example
White with #C39140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39140; }
p { color: rgb(195,145,64); }
H1.HeaderClassName
{
color: #C39140;
}
.AnyTagClassName
{
color: #C39140;
}
</style>
background-color css
<style>
a { background-color: #C39140; }
a { background-color: rgb(195,145,64); }
div.DivClassName
{
background-color: #C39140;
}
.BgClassName
{
background-color: #C39140;
}
</style>
border-color css
<style>
span { border-color: #C39140; }
span { border-color: rgb(195,145,64); }
td.TdClassName
{
border-color: #C39140;
}
.TagClassName
{
border-color: #C39140;
}
</style>