Shades of Anzac #C78B3C
Tints of Anzac #C78B3C
RGB
CMYK
RGB Variations
Color information
#C78B3C (or 0xC78B3C) is known color: Anzac. HEX triplet: C7, 8B and 3C. RGB value is (199,139,60). Sum of RGB (Red+Green+Blue) = 199+139+60=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78B3C is #3874C3. Grayscale: #949494. Windows color (decimal): -3699908 or 3967943. OLE color: 3967943.
HSL color Cylindrical-coordinate representation of color #C78B3C: hue angle of 34.1º degrees, saturation: 0.55, 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 #C78B3C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 60 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.22 |
| HSL | 34.1º | 0.55% | 0.51% | - |
| HSV(B) | 34.1º | 0.7% | 0.78% | - |
| XYZ | 33.6 | 30.93 | 8.47 | - |
| YUV | 147.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 60 | 0 | 0.30 | 0.70 | 0.22 | 34.1 | 0.55 | 0.51 |
| Hex | C7 | 8B | 3C | 0 | 1E | 46 | 16 | 22 | 37 | 33 |
| Octal | 307 | 213 | 74 | 0 | 36 | 106 | 26 | 42 | 67 | 63 |
| Binary | 11000111 | 10001011 | 111100 | 0 | 11110 | 1000110 | 10110 | 100010 | 110111 | 110011 |
Color Harmonies of #C78B3C
Complementary color
Monochromatic Colors of #C78B3C
Black with #C78B3C
Text Example
Text Example
White with #C78B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B3C; }
p { color: rgb(199,139,60); }
H1.HeaderClassName
{
color: #C78B3C;
}
.AnyTagClassName
{
color: #C78B3C;
}
</style>
background-color css
<style>
a { background-color: #C78B3C; }
a { background-color: rgb(199,139,60); }
div.DivClassName
{
background-color: #C78B3C;
}
.BgClassName
{
background-color: #C78B3C;
}
</style>
border-color css
<style>
span { border-color: #C78B3C; }
span { border-color: rgb(199,139,60); }
td.TdClassName
{
border-color: #C78B3C;
}
.TagClassName
{
border-color: #C78B3C;
}
</style>