Shades of Anzac #C4883C
Tints of Anzac #C4883C
RGB
CMYK
RGB Variations
Color information
#C4883C (or 0xC4883C) is known color: Anzac. HEX triplet: C4, 88 and 3C. RGB value is (196,136,60). Sum of RGB (Red+Green+Blue) = 196+136+60=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4883C is #3B77C3. Grayscale: #919191. Windows color (decimal): -3897284 or 3967172. OLE color: 3967172.
HSL color Cylindrical-coordinate representation of color #C4883C: hue angle of 33.53º degrees, saturation: 0.54, 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 #C4883C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 60 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.23 |
| HSL | 33.53º | 0.54% | 0.5% | - |
| HSV(B) | 33.53º | 0.69% | 0.77% | - |
| XYZ | 32.38 | 29.67 | 8.3 | - |
| YUV | 145.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 60 | 0 | 0.31 | 0.69 | 0.23 | 33.53 | 0.54 | 0.5 |
| Hex | C4 | 88 | 3C | 0 | 1F | 45 | 17 | 22 | 36 | 32 |
| Octal | 304 | 210 | 74 | 0 | 37 | 105 | 27 | 42 | 66 | 62 |
| Binary | 11000100 | 10001000 | 111100 | 0 | 11111 | 1000101 | 10111 | 100010 | 110110 | 110010 |
Color Harmonies of #C4883C
Complementary color
Monochromatic Colors of #C4883C
Black with #C4883C
Text Example
Text Example
White with #C4883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4883C; }
p { color: rgb(196,136,60); }
H1.HeaderClassName
{
color: #C4883C;
}
.AnyTagClassName
{
color: #C4883C;
}
</style>
background-color css
<style>
a { background-color: #C4883C; }
a { background-color: rgb(196,136,60); }
div.DivClassName
{
background-color: #C4883C;
}
.BgClassName
{
background-color: #C4883C;
}
</style>
border-color css
<style>
span { border-color: #C4883C; }
span { border-color: rgb(196,136,60); }
td.TdClassName
{
border-color: #C4883C;
}
.TagClassName
{
border-color: #C4883C;
}
</style>