Shades of Anzac #C79238
Tints of Anzac #C79238
RGB
CMYK
RGB Variations
Color information
#C79238 (or 0xC79238) is known color: Anzac. HEX triplet: C7, 92 and 38. RGB value is (199,146,56). Sum of RGB (Red+Green+Blue) = 199+146+56=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C79238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79238 is #386DC7. Grayscale: #989898. Windows color (decimal): -3698120 or 3707591. OLE color: 3707591.
HSL color Cylindrical-coordinate representation of color #C79238: hue angle of 37.76º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C79238 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 56 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.22 |
| HSL | 37.76º | 0.56% | 0.5% | - |
| HSV(B) | 37.76º | 0.72% | 0.78% | - |
| XYZ | 34.55 | 32.99 | 8.29 | - |
| YUV | 151.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 56 | 0 | 0.27 | 0.72 | 0.22 | 37.76 | 0.56 | 0.5 |
| Hex | C7 | 92 | 38 | 0 | 1B | 48 | 16 | 26 | 38 | 32 |
| Octal | 307 | 222 | 70 | 0 | 33 | 110 | 26 | 46 | 70 | 62 |
| Binary | 11000111 | 10010010 | 111000 | 0 | 11011 | 1001000 | 10110 | 100110 | 111000 | 110010 |
Color Harmonies of #C79238
Complementary color
Monochromatic Colors of #C79238
Black with #C79238
Text Example
Text Example
White with #C79238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79238; }
p { color: rgb(199,146,56); }
H1.HeaderClassName
{
color: #C79238;
}
.AnyTagClassName
{
color: #C79238;
}
</style>
background-color css
<style>
a { background-color: #C79238; }
a { background-color: rgb(199,146,56); }
div.DivClassName
{
background-color: #C79238;
}
.BgClassName
{
background-color: #C79238;
}
</style>
border-color css
<style>
span { border-color: #C79238; }
span { border-color: rgb(199,146,56); }
td.TdClassName
{
border-color: #C79238;
}
.TagClassName
{
border-color: #C79238;
}
</style>