Shades of Anzac #C5883E
Tints of Anzac #C5883E
RGB
CMYK
RGB Variations
Color information
#C5883E (or 0xC5883E) is known color: Anzac. HEX triplet: C5, 88 and 3E. RGB value is (197,136,62). Sum of RGB (Red+Green+Blue) = 197+136+62=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5883E is #3A77C1. Grayscale: #929292. Windows color (decimal): -3831746 or 4098245. OLE color: 4098245.
HSL color Cylindrical-coordinate representation of color #C5883E: hue angle of 32.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5883E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 62 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.23 |
| HSL | 32.89º | 0.54% | 0.51% | - |
| HSV(B) | 32.89º | 0.69% | 0.77% | - |
| XYZ | 32.7 | 29.83 | 8.59 | - |
| YUV | 145.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 62 | 0 | 0.31 | 0.69 | 0.23 | 32.89 | 0.54 | 0.51 |
| Hex | C5 | 88 | 3E | 0 | 1F | 45 | 17 | 21 | 36 | 33 |
| Octal | 305 | 210 | 76 | 0 | 37 | 105 | 27 | 41 | 66 | 63 |
| Binary | 11000101 | 10001000 | 111110 | 0 | 11111 | 1000101 | 10111 | 100001 | 110110 | 110011 |
Color Harmonies of #C5883E
Complementary color
Monochromatic Colors of #C5883E
Black with #C5883E
Text Example
Text Example
White with #C5883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5883E; }
p { color: rgb(197,136,62); }
H1.HeaderClassName
{
color: #C5883E;
}
.AnyTagClassName
{
color: #C5883E;
}
</style>
background-color css
<style>
a { background-color: #C5883E; }
a { background-color: rgb(197,136,62); }
div.DivClassName
{
background-color: #C5883E;
}
.BgClassName
{
background-color: #C5883E;
}
</style>
border-color css
<style>
span { border-color: #C5883E; }
span { border-color: rgb(197,136,62); }
td.TdClassName
{
border-color: #C5883E;
}
.TagClassName
{
border-color: #C5883E;
}
</style>