Shades of Anzac #C4903D
Tints of Anzac #C4903D
RGB
CMYK
RGB Variations
Color information
#C4903D (or 0xC4903D) is known color: Anzac. HEX triplet: C4, 90 and 3D. RGB value is (196,144,61). Sum of RGB (Red+Green+Blue) = 196+144+61=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4903D is #3B6FC2. Grayscale: #969696. Windows color (decimal): -3895235 or 4034756. OLE color: 4034756.
HSL color Cylindrical-coordinate representation of color #C4903D: hue angle of 36.89º 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 #C4903D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 61 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.23 |
| HSL | 36.89º | 0.53% | 0.5% | - |
| HSV(B) | 36.89º | 0.69% | 0.77% | - |
| XYZ | 33.58 | 32.02 | 8.83 | - |
| YUV | 150.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 61 | 0 | 0.27 | 0.69 | 0.23 | 36.89 | 0.53 | 0.5 |
| Hex | C4 | 90 | 3D | 0 | 1B | 45 | 17 | 25 | 35 | 32 |
| Octal | 304 | 220 | 75 | 0 | 33 | 105 | 27 | 45 | 65 | 62 |
| Binary | 11000100 | 10010000 | 111101 | 0 | 11011 | 1000101 | 10111 | 100101 | 110101 | 110010 |
Color Harmonies of #C4903D
Complementary color
Monochromatic Colors of #C4903D
Black with #C4903D
Text Example
Text Example
White with #C4903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4903D; }
p { color: rgb(196,144,61); }
H1.HeaderClassName
{
color: #C4903D;
}
.AnyTagClassName
{
color: #C4903D;
}
</style>
background-color css
<style>
a { background-color: #C4903D; }
a { background-color: rgb(196,144,61); }
div.DivClassName
{
background-color: #C4903D;
}
.BgClassName
{
background-color: #C4903D;
}
</style>
border-color css
<style>
span { border-color: #C4903D; }
span { border-color: rgb(196,144,61); }
td.TdClassName
{
border-color: #C4903D;
}
.TagClassName
{
border-color: #C4903D;
}
</style>