Shades of Anzac #C39141
Tints of Anzac #C39141
RGB
CMYK
RGB Variations
Color information
#C39141 (or 0xC39141) is known color: Anzac. HEX triplet: C3, 91 and 41. RGB value is (195,145,65). Sum of RGB (Red+Green+Blue) = 195+145+65=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C39141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39141 is #3C6EBE. Grayscale: #979797. Windows color (decimal): -3960511 or 4297155. OLE color: 4297155.
HSL color Cylindrical-coordinate representation of color #C39141: hue angle of 36.92º 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 #C39141 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 65 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.24 |
| HSL | 36.92º | 0.52% | 0.51% | - |
| HSV(B) | 36.92º | 0.67% | 0.76% | - |
| XYZ | 33.59 | 32.23 | 9.45 | - |
| YUV | 150.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 65 | 0 | 0.26 | 0.67 | 0.24 | 36.92 | 0.52 | 0.51 |
| Hex | C3 | 91 | 41 | 0 | 1A | 43 | 18 | 25 | 34 | 33 |
| Octal | 303 | 221 | 101 | 0 | 32 | 103 | 30 | 45 | 64 | 63 |
| Binary | 11000011 | 10010001 | 1000001 | 0 | 11010 | 1000011 | 11000 | 100101 | 110100 | 110011 |
Color Harmonies of #C39141
Complementary color
Monochromatic Colors of #C39141
Black with #C39141
Text Example
Text Example
White with #C39141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39141; }
p { color: rgb(195,145,65); }
H1.HeaderClassName
{
color: #C39141;
}
.AnyTagClassName
{
color: #C39141;
}
</style>
background-color css
<style>
a { background-color: #C39141; }
a { background-color: rgb(195,145,65); }
div.DivClassName
{
background-color: #C39141;
}
.BgClassName
{
background-color: #C39141;
}
</style>
border-color css
<style>
span { border-color: #C39141; }
span { border-color: rgb(195,145,65); }
td.TdClassName
{
border-color: #C39141;
}
.TagClassName
{
border-color: #C39141;
}
</style>