Shades of Anzac #C28A41
Tints of Anzac #C28A41
RGB
CMYK
RGB Variations
Color information
#C28A41 (or 0xC28A41) is known color: Anzac. HEX triplet: C2, 8A and 41. RGB value is (194,138,65). Sum of RGB (Red+Green+Blue) = 194+138+65=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A41 is #3D75BE. Grayscale: #929292. Windows color (decimal): -4027839 or 4295362. OLE color: 4295362.
HSL color Cylindrical-coordinate representation of color #C28A41: hue angle of 33.95º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C28A41 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 65 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.24 |
| HSL | 33.95º | 0.51% | 0.51% | - |
| HSV(B) | 33.95º | 0.66% | 0.76% | - |
| XYZ | 32.29 | 30.03 | 9.1 | - |
| YUV | 146.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 65 | 0 | 0.29 | 0.66 | 0.24 | 33.95 | 0.51 | 0.51 |
| Hex | C2 | 8A | 41 | 0 | 1D | 42 | 18 | 22 | 33 | 33 |
| Octal | 302 | 212 | 101 | 0 | 35 | 102 | 30 | 42 | 63 | 63 |
| Binary | 11000010 | 10001010 | 1000001 | 0 | 11101 | 1000010 | 11000 | 100010 | 110011 | 110011 |
Color Harmonies of #C28A41
Complementary color
Monochromatic Colors of #C28A41
Black with #C28A41
Text Example
Text Example
White with #C28A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A41; }
p { color: rgb(194,138,65); }
H1.HeaderClassName
{
color: #C28A41;
}
.AnyTagClassName
{
color: #C28A41;
}
</style>
background-color css
<style>
a { background-color: #C28A41; }
a { background-color: rgb(194,138,65); }
div.DivClassName
{
background-color: #C28A41;
}
.BgClassName
{
background-color: #C28A41;
}
</style>
border-color css
<style>
span { border-color: #C28A41; }
span { border-color: rgb(194,138,65); }
td.TdClassName
{
border-color: #C28A41;
}
.TagClassName
{
border-color: #C28A41;
}
</style>