Shades of Anzac #C7893E
Tints of Anzac #C7893E
RGB
CMYK
RGB Variations
Color information
#C7893E (or 0xC7893E) is known color: Anzac. HEX triplet: C7, 89 and 3E. RGB value is (199,137,62). Sum of RGB (Red+Green+Blue) = 199+137+62=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7893E is #3876C1. Grayscale: #939393. Windows color (decimal): -3700418 or 4098503. OLE color: 4098503.
HSL color Cylindrical-coordinate representation of color #C7893E: hue angle of 32.85º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7893E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 62 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.22 |
| HSL | 32.85º | 0.55% | 0.51% | - |
| HSV(B) | 32.85º | 0.69% | 0.78% | - |
| XYZ | 33.37 | 30.38 | 8.66 | - |
| YUV | 146.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 62 | 0 | 0.31 | 0.69 | 0.22 | 32.85 | 0.55 | 0.51 |
| Hex | C7 | 89 | 3E | 0 | 1F | 45 | 16 | 21 | 37 | 33 |
| Octal | 307 | 211 | 76 | 0 | 37 | 105 | 26 | 41 | 67 | 63 |
| Binary | 11000111 | 10001001 | 111110 | 0 | 11111 | 1000101 | 10110 | 100001 | 110111 | 110011 |
Color Harmonies of #C7893E
Complementary color
Monochromatic Colors of #C7893E
Black with #C7893E
Text Example
Text Example
White with #C7893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7893E; }
p { color: rgb(199,137,62); }
H1.HeaderClassName
{
color: #C7893E;
}
.AnyTagClassName
{
color: #C7893E;
}
</style>
background-color css
<style>
a { background-color: #C7893E; }
a { background-color: rgb(199,137,62); }
div.DivClassName
{
background-color: #C7893E;
}
.BgClassName
{
background-color: #C7893E;
}
</style>
border-color css
<style>
span { border-color: #C7893E; }
span { border-color: rgb(199,137,62); }
td.TdClassName
{
border-color: #C7893E;
}
.TagClassName
{
border-color: #C7893E;
}
</style>