Shades of Anzac #C4903B
Tints of Anzac #C4903B
RGB
CMYK
RGB Variations
Color information
#C4903B (or 0xC4903B) is known color: Anzac. HEX triplet: C4, 90 and 3B. RGB value is (196,144,59). Sum of RGB (Red+Green+Blue) = 196+144+59=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4903B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4903B is #3B6FC4. Grayscale: #969696. Windows color (decimal): -3895237 or 3903684. OLE color: 3903684.
HSL color Cylindrical-coordinate representation of color #C4903B: hue angle of 37.23º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4903B is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 59 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.23 |
| HSL | 37.23º | 0.54% | 0.5% | - |
| HSV(B) | 37.23º | 0.7% | 0.77% | - |
| XYZ | 33.53 | 32 | 8.55 | - |
| YUV | 149.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 59 | 0 | 0.27 | 0.70 | 0.23 | 37.23 | 0.54 | 0.5 |
| Hex | C4 | 90 | 3B | 0 | 1B | 46 | 17 | 25 | 36 | 32 |
| Octal | 304 | 220 | 73 | 0 | 33 | 106 | 27 | 45 | 66 | 62 |
| Binary | 11000100 | 10010000 | 111011 | 0 | 11011 | 1000110 | 10111 | 100101 | 110110 | 110010 |
Color Harmonies of #C4903B
Complementary color
Monochromatic Colors of #C4903B
Black with #C4903B
Text Example
Text Example
White with #C4903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4903B; }
p { color: rgb(196,144,59); }
H1.HeaderClassName
{
color: #C4903B;
}
.AnyTagClassName
{
color: #C4903B;
}
</style>
background-color css
<style>
a { background-color: #C4903B; }
a { background-color: rgb(196,144,59); }
div.DivClassName
{
background-color: #C4903B;
}
.BgClassName
{
background-color: #C4903B;
}
</style>
border-color css
<style>
span { border-color: #C4903B; }
span { border-color: rgb(196,144,59); }
td.TdClassName
{
border-color: #C4903B;
}
.TagClassName
{
border-color: #C4903B;
}
</style>