Shades of Anzac #C8913B
Tints of Anzac #C8913B
RGB
CMYK
RGB Variations
Color information
#C8913B (or 0xC8913B) is known color: Anzac. HEX triplet: C8, 91 and 3B. RGB value is (200,145,59). Sum of RGB (Red+Green+Blue) = 200+145+59=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8913B is #376EC4. Grayscale: #989898. Windows color (decimal): -3632837 or 3903944. OLE color: 3903944.
HSL color Cylindrical-coordinate representation of color #C8913B: hue angle of 36.6º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8913B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 59 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.22 |
| HSL | 36.6º | 0.56% | 0.51% | - |
| HSV(B) | 36.6º | 0.71% | 0.78% | - |
| XYZ | 34.73 | 32.85 | 8.65 | - |
| YUV | 151.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 59 | 0 | 0.28 | 0.70 | 0.22 | 36.6 | 0.56 | 0.51 |
| Hex | C8 | 91 | 3B | 0 | 1C | 46 | 16 | 25 | 38 | 33 |
| Octal | 310 | 221 | 73 | 0 | 34 | 106 | 26 | 45 | 70 | 63 |
| Binary | 11001000 | 10010001 | 111011 | 0 | 11100 | 1000110 | 10110 | 100101 | 111000 | 110011 |
Color Harmonies of #C8913B
Complementary color
Monochromatic Colors of #C8913B
Black with #C8913B
Text Example
Text Example
White with #C8913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8913B; }
p { color: rgb(200,145,59); }
H1.HeaderClassName
{
color: #C8913B;
}
.AnyTagClassName
{
color: #C8913B;
}
</style>
background-color css
<style>
a { background-color: #C8913B; }
a { background-color: rgb(200,145,59); }
div.DivClassName
{
background-color: #C8913B;
}
.BgClassName
{
background-color: #C8913B;
}
</style>
border-color css
<style>
span { border-color: #C8913B; }
span { border-color: rgb(200,145,59); }
td.TdClassName
{
border-color: #C8913B;
}
.TagClassName
{
border-color: #C8913B;
}
</style>