Shades of Anzac #C7883F
Tints of Anzac #C7883F
RGB
CMYK
RGB Variations
Color information
#C7883F (or 0xC7883F) is known color: Anzac. HEX triplet: C7, 88 and 3F. RGB value is (199,136,63). Sum of RGB (Red+Green+Blue) = 199+136+63=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7883F is #3877C0. Grayscale: #929292. Windows color (decimal): -3700673 or 4163783. OLE color: 4163783.
HSL color Cylindrical-coordinate representation of color #C7883F: hue angle of 32.21º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7883F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 63 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.22 |
| HSL | 32.21º | 0.55% | 0.51% | - |
| HSV(B) | 32.21º | 0.68% | 0.78% | - |
| XYZ | 33.25 | 30.11 | 8.76 | - |
| YUV | 146.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 63 | 0 | 0.32 | 0.68 | 0.22 | 32.21 | 0.55 | 0.51 |
| Hex | C7 | 88 | 3F | 0 | 20 | 44 | 16 | 20 | 37 | 33 |
| Octal | 307 | 210 | 77 | 0 | 40 | 104 | 26 | 40 | 67 | 63 |
| Binary | 11000111 | 10001000 | 111111 | 0 | 100000 | 1000100 | 10110 | 100000 | 110111 | 110011 |
Color Harmonies of #C7883F
Complementary color
Monochromatic Colors of #C7883F
Black with #C7883F
Text Example
Text Example
White with #C7883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7883F; }
p { color: rgb(199,136,63); }
H1.HeaderClassName
{
color: #C7883F;
}
.AnyTagClassName
{
color: #C7883F;
}
</style>
background-color css
<style>
a { background-color: #C7883F; }
a { background-color: rgb(199,136,63); }
div.DivClassName
{
background-color: #C7883F;
}
.BgClassName
{
background-color: #C7883F;
}
</style>
border-color css
<style>
span { border-color: #C7883F; }
span { border-color: rgb(199,136,63); }
td.TdClassName
{
border-color: #C7883F;
}
.TagClassName
{
border-color: #C7883F;
}
</style>