Shades of Anzac #C39741
Tints of Anzac #C39741
RGB
CMYK
RGB Variations
Color information
#C39741 (or 0xC39741) is known color: Anzac. HEX triplet: C3, 97 and 41. RGB value is (195,151,65). Sum of RGB (Red+Green+Blue) = 195+151+65=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C39741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39741 is #3C68BE. Grayscale: #9A9A9A. Windows color (decimal): -3958975 or 4298691. OLE color: 4298691.
HSL color Cylindrical-coordinate representation of color #C39741: hue angle of 39.69º 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 #C39741 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 65 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.24 |
| HSL | 39.69º | 0.52% | 0.51% | - |
| HSV(B) | 39.69º | 0.67% | 0.76% | - |
| XYZ | 34.53 | 34.12 | 9.77 | - |
| YUV | 154.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 65 | 0 | 0.23 | 0.67 | 0.24 | 39.69 | 0.52 | 0.51 |
| Hex | C3 | 97 | 41 | 0 | 17 | 43 | 18 | 28 | 34 | 33 |
| Octal | 303 | 227 | 101 | 0 | 27 | 103 | 30 | 50 | 64 | 63 |
| Binary | 11000011 | 10010111 | 1000001 | 0 | 10111 | 1000011 | 11000 | 101000 | 110100 | 110011 |
Color Harmonies of #C39741
Complementary color
Monochromatic Colors of #C39741
Black with #C39741
Text Example
Text Example
White with #C39741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39741; }
p { color: rgb(195,151,65); }
H1.HeaderClassName
{
color: #C39741;
}
.AnyTagClassName
{
color: #C39741;
}
</style>
background-color css
<style>
a { background-color: #C39741; }
a { background-color: rgb(195,151,65); }
div.DivClassName
{
background-color: #C39741;
}
.BgClassName
{
background-color: #C39741;
}
</style>
border-color css
<style>
span { border-color: #C39741; }
span { border-color: rgb(195,151,65); }
td.TdClassName
{
border-color: #C39741;
}
.TagClassName
{
border-color: #C39741;
}
</style>