Shades of Anzac #C58B40
Tints of Anzac #C58B40
RGB
CMYK
RGB Variations
Color information
#C58B40 (or 0xC58B40) is known color: Anzac. HEX triplet: C5, 8B and 40. RGB value is (197,139,64). Sum of RGB (Red+Green+Blue) = 197+139+64=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B40 is #3A74BF. Grayscale: #949494. Windows color (decimal): -3830976 or 4230085. OLE color: 4230085.
HSL color Cylindrical-coordinate representation of color #C58B40: hue angle of 33.83º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C58B40 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 64 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.23 |
| HSL | 33.83º | 0.53% | 0.51% | - |
| HSV(B) | 33.83º | 0.68% | 0.77% | - |
| XYZ | 33.18 | 30.71 | 9.03 | - |
| YUV | 147.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 64 | 0 | 0.29 | 0.68 | 0.23 | 33.83 | 0.53 | 0.51 |
| Hex | C5 | 8B | 40 | 0 | 1D | 44 | 17 | 22 | 35 | 33 |
| Octal | 305 | 213 | 100 | 0 | 35 | 104 | 27 | 42 | 65 | 63 |
| Binary | 11000101 | 10001011 | 1000000 | 0 | 11101 | 1000100 | 10111 | 100010 | 110101 | 110011 |
Color Harmonies of #C58B40
Complementary color
Monochromatic Colors of #C58B40
Black with #C58B40
Text Example
Text Example
White with #C58B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B40; }
p { color: rgb(197,139,64); }
H1.HeaderClassName
{
color: #C58B40;
}
.AnyTagClassName
{
color: #C58B40;
}
</style>
background-color css
<style>
a { background-color: #C58B40; }
a { background-color: rgb(197,139,64); }
div.DivClassName
{
background-color: #C58B40;
}
.BgClassName
{
background-color: #C58B40;
}
</style>
border-color css
<style>
span { border-color: #C58B40; }
span { border-color: rgb(197,139,64); }
td.TdClassName
{
border-color: #C58B40;
}
.TagClassName
{
border-color: #C58B40;
}
</style>