Shades of Anzac #C4883D
Tints of Anzac #C4883D
RGB
CMYK
RGB Variations
Color information
#C4883D (or 0xC4883D) is known color: Anzac. HEX triplet: C4, 88 and 3D. RGB value is (196,136,61). Sum of RGB (Red+Green+Blue) = 196+136+61=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4883D is #3B77C2. Grayscale: #919191. Windows color (decimal): -3897283 or 4032708. OLE color: 4032708.
HSL color Cylindrical-coordinate representation of color #C4883D: hue angle of 33.33º 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 #C4883D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 61 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.23 |
| HSL | 33.33º | 0.53% | 0.5% | - |
| HSV(B) | 33.33º | 0.69% | 0.77% | - |
| XYZ | 32.41 | 29.68 | 8.44 | - |
| YUV | 145.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 61 | 0 | 0.31 | 0.69 | 0.23 | 33.33 | 0.53 | 0.5 |
| Hex | C4 | 88 | 3D | 0 | 1F | 45 | 17 | 21 | 35 | 32 |
| Octal | 304 | 210 | 75 | 0 | 37 | 105 | 27 | 41 | 65 | 62 |
| Binary | 11000100 | 10001000 | 111101 | 0 | 11111 | 1000101 | 10111 | 100001 | 110101 | 110010 |
Color Harmonies of #C4883D
Complementary color
Monochromatic Colors of #C4883D
Black with #C4883D
Text Example
Text Example
White with #C4883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4883D; }
p { color: rgb(196,136,61); }
H1.HeaderClassName
{
color: #C4883D;
}
.AnyTagClassName
{
color: #C4883D;
}
</style>
background-color css
<style>
a { background-color: #C4883D; }
a { background-color: rgb(196,136,61); }
div.DivClassName
{
background-color: #C4883D;
}
.BgClassName
{
background-color: #C4883D;
}
</style>
border-color css
<style>
span { border-color: #C4883D; }
span { border-color: rgb(196,136,61); }
td.TdClassName
{
border-color: #C4883D;
}
.TagClassName
{
border-color: #C4883D;
}
</style>