Shades of Anzac #C78D3B
Tints of Anzac #C78D3B
RGB
CMYK
RGB Variations
Color information
#C78D3B (or 0xC78D3B) is known color: Anzac. HEX triplet: C7, 8D and 3B. RGB value is (199,141,59). Sum of RGB (Red+Green+Blue) = 199+141+59=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D3B is #3872C4. Grayscale: #959595. Windows color (decimal): -3699397 or 3902919. OLE color: 3902919.
HSL color Cylindrical-coordinate representation of color #C78D3B: hue angle of 35.14º 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 #C78D3B is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 59 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.22 |
| HSL | 35.14º | 0.56% | 0.51% | - |
| HSV(B) | 35.14º | 0.7% | 0.78% | - |
| XYZ | 33.87 | 31.51 | 8.43 | - |
| YUV | 148.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 59 | 0 | 0.29 | 0.70 | 0.22 | 35.14 | 0.56 | 0.51 |
| Hex | C7 | 8D | 3B | 0 | 1D | 46 | 16 | 23 | 38 | 33 |
| Octal | 307 | 215 | 73 | 0 | 35 | 106 | 26 | 43 | 70 | 63 |
| Binary | 11000111 | 10001101 | 111011 | 0 | 11101 | 1000110 | 10110 | 100011 | 111000 | 110011 |
Color Harmonies of #C78D3B
Complementary color
Monochromatic Colors of #C78D3B
Black with #C78D3B
Text Example
Text Example
White with #C78D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D3B; }
p { color: rgb(199,141,59); }
H1.HeaderClassName
{
color: #C78D3B;
}
.AnyTagClassName
{
color: #C78D3B;
}
</style>
background-color css
<style>
a { background-color: #C78D3B; }
a { background-color: rgb(199,141,59); }
div.DivClassName
{
background-color: #C78D3B;
}
.BgClassName
{
background-color: #C78D3B;
}
</style>
border-color css
<style>
span { border-color: #C78D3B; }
span { border-color: rgb(199,141,59); }
td.TdClassName
{
border-color: #C78D3B;
}
.TagClassName
{
border-color: #C78D3B;
}
</style>