Shades of Anzac #C4923D
Tints of Anzac #C4923D
RGB
CMYK
RGB Variations
Color information
#C4923D (or 0xC4923D) is known color: Anzac. HEX triplet: C4, 92 and 3D. RGB value is (196,146,61). Sum of RGB (Red+Green+Blue) = 196+146+61=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4923D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4923D is #3B6DC2. Grayscale: #979797. Windows color (decimal): -3894723 or 4035268. OLE color: 4035268.
HSL color Cylindrical-coordinate representation of color #C4923D: hue angle of 37.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4923D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 61 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.23 |
| HSL | 37.78º | 0.53% | 0.5% | - |
| HSV(B) | 37.78º | 0.69% | 0.77% | - |
| XYZ | 33.89 | 32.63 | 8.93 | - |
| YUV | 151.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 61 | 0 | 0.26 | 0.69 | 0.23 | 37.78 | 0.53 | 0.5 |
| Hex | C4 | 92 | 3D | 0 | 1A | 45 | 17 | 26 | 35 | 32 |
| Octal | 304 | 222 | 75 | 0 | 32 | 105 | 27 | 46 | 65 | 62 |
| Binary | 11000100 | 10010010 | 111101 | 0 | 11010 | 1000101 | 10111 | 100110 | 110101 | 110010 |
Color Harmonies of #C4923D
Complementary color
Monochromatic Colors of #C4923D
Black with #C4923D
Text Example
Text Example
White with #C4923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4923D; }
p { color: rgb(196,146,61); }
H1.HeaderClassName
{
color: #C4923D;
}
.AnyTagClassName
{
color: #C4923D;
}
</style>
background-color css
<style>
a { background-color: #C4923D; }
a { background-color: rgb(196,146,61); }
div.DivClassName
{
background-color: #C4923D;
}
.BgClassName
{
background-color: #C4923D;
}
</style>
border-color css
<style>
span { border-color: #C4923D; }
span { border-color: rgb(196,146,61); }
td.TdClassName
{
border-color: #C4923D;
}
.TagClassName
{
border-color: #C4923D;
}
</style>