Shades of Anzac #C7923B
Tints of Anzac #C7923B
RGB
CMYK
RGB Variations
Color information
#C7923B (or 0xC7923B) is known color: Anzac. HEX triplet: C7, 92 and 3B. RGB value is (199,146,59). Sum of RGB (Red+Green+Blue) = 199+146+59=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7923B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7923B is #386DC4. Grayscale: #989898. Windows color (decimal): -3698117 or 3904199. OLE color: 3904199.
HSL color Cylindrical-coordinate representation of color #C7923B: hue angle of 37.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7923B is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 59 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.22 |
| HSL | 37.29º | 0.56% | 0.51% | - |
| HSV(B) | 37.29º | 0.7% | 0.78% | - |
| XYZ | 34.62 | 33.02 | 8.69 | - |
| YUV | 151.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 59 | 0 | 0.27 | 0.70 | 0.22 | 37.29 | 0.56 | 0.51 |
| Hex | C7 | 92 | 3B | 0 | 1B | 46 | 16 | 25 | 38 | 33 |
| Octal | 307 | 222 | 73 | 0 | 33 | 106 | 26 | 45 | 70 | 63 |
| Binary | 11000111 | 10010010 | 111011 | 0 | 11011 | 1000110 | 10110 | 100101 | 111000 | 110011 |
Color Harmonies of #C7923B
Complementary color
Monochromatic Colors of #C7923B
Black with #C7923B
Text Example
Text Example
White with #C7923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7923B; }
p { color: rgb(199,146,59); }
H1.HeaderClassName
{
color: #C7923B;
}
.AnyTagClassName
{
color: #C7923B;
}
</style>
background-color css
<style>
a { background-color: #C7923B; }
a { background-color: rgb(199,146,59); }
div.DivClassName
{
background-color: #C7923B;
}
.BgClassName
{
background-color: #C7923B;
}
</style>
border-color css
<style>
span { border-color: #C7923B; }
span { border-color: rgb(199,146,59); }
td.TdClassName
{
border-color: #C7923B;
}
.TagClassName
{
border-color: #C7923B;
}
</style>