Shades of Anzac #C28B40
Tints of Anzac #C28B40
RGB
CMYK
RGB Variations
Color information
#C28B40 (or 0xC28B40) is known color: Anzac. HEX triplet: C2, 8B and 40. RGB value is (194,139,64). Sum of RGB (Red+Green+Blue) = 194+139+64=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B40 is #3D74BF. Grayscale: #939393. Windows color (decimal): -4027584 or 4230082. OLE color: 4230082.
HSL color Cylindrical-coordinate representation of color #C28B40: hue angle of 34.62º 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 #C28B40 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 64 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.24 |
| HSL | 34.62º | 0.52% | 0.51% | - |
| HSV(B) | 34.62º | 0.67% | 0.76% | - |
| XYZ | 32.41 | 30.3 | 8.99 | - |
| YUV | 146.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 64 | 0 | 0.28 | 0.67 | 0.24 | 34.62 | 0.52 | 0.51 |
| Hex | C2 | 8B | 40 | 0 | 1C | 43 | 18 | 23 | 34 | 33 |
| Octal | 302 | 213 | 100 | 0 | 34 | 103 | 30 | 43 | 64 | 63 |
| Binary | 11000010 | 10001011 | 1000000 | 0 | 11100 | 1000011 | 11000 | 100011 | 110100 | 110011 |
Color Harmonies of #C28B40
Complementary color
Monochromatic Colors of #C28B40
Black with #C28B40
Text Example
Text Example
White with #C28B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B40; }
p { color: rgb(194,139,64); }
H1.HeaderClassName
{
color: #C28B40;
}
.AnyTagClassName
{
color: #C28B40;
}
</style>
background-color css
<style>
a { background-color: #C28B40; }
a { background-color: rgb(194,139,64); }
div.DivClassName
{
background-color: #C28B40;
}
.BgClassName
{
background-color: #C28B40;
}
</style>
border-color css
<style>
span { border-color: #C28B40; }
span { border-color: rgb(194,139,64); }
td.TdClassName
{
border-color: #C28B40;
}
.TagClassName
{
border-color: #C28B40;
}
</style>