Shades of Anzac #C39341
Tints of Anzac #C39341
RGB
CMYK
RGB Variations
Color information
#C39341 (or 0xC39341) is known color: Anzac. HEX triplet: C3, 93 and 41. RGB value is (195,147,65). Sum of RGB (Red+Green+Blue) = 195+147+65=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C39341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39341 is #3C6CBE. Grayscale: #989898. Windows color (decimal): -3959999 or 4297667. OLE color: 4297667.
HSL color Cylindrical-coordinate representation of color #C39341: hue angle of 37.85º 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 #C39341 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 65 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.24 |
| HSL | 37.85º | 0.52% | 0.51% | - |
| HSV(B) | 37.85º | 0.67% | 0.76% | - |
| XYZ | 33.89 | 32.85 | 9.56 | - |
| YUV | 152 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 65 | 0 | 0.25 | 0.67 | 0.24 | 37.85 | 0.52 | 0.51 |
| Hex | C3 | 93 | 41 | 0 | 19 | 43 | 18 | 26 | 34 | 33 |
| Octal | 303 | 223 | 101 | 0 | 31 | 103 | 30 | 46 | 64 | 63 |
| Binary | 11000011 | 10010011 | 1000001 | 0 | 11001 | 1000011 | 11000 | 100110 | 110100 | 110011 |
Color Harmonies of #C39341
Complementary color
Monochromatic Colors of #C39341
Black with #C39341
Text Example
Text Example
White with #C39341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39341; }
p { color: rgb(195,147,65); }
H1.HeaderClassName
{
color: #C39341;
}
.AnyTagClassName
{
color: #C39341;
}
</style>
background-color css
<style>
a { background-color: #C39341; }
a { background-color: rgb(195,147,65); }
div.DivClassName
{
background-color: #C39341;
}
.BgClassName
{
background-color: #C39341;
}
</style>
border-color css
<style>
span { border-color: #C39341; }
span { border-color: rgb(195,147,65); }
td.TdClassName
{
border-color: #C39341;
}
.TagClassName
{
border-color: #C39341;
}
</style>