Shades of Anzac #C3883C
Tints of Anzac #C3883C
RGB
CMYK
RGB Variations
Color information
#C3883C (or 0xC3883C) is known color: Anzac. HEX triplet: C3, 88 and 3C. RGB value is (195,136,60). Sum of RGB (Red+Green+Blue) = 195+136+60=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3883C is #3C77C3. Grayscale: #919191. Windows color (decimal): -3962820 or 3967171. OLE color: 3967171.
HSL color Cylindrical-coordinate representation of color #C3883C: hue angle of 33.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3883C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 60 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.24 |
| HSL | 33.78º | 0.53% | 0.5% | - |
| HSV(B) | 33.78º | 0.69% | 0.76% | - |
| XYZ | 32.13 | 29.54 | 8.28 | - |
| YUV | 144.98 | 80.05 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 60 | 0 | 0.30 | 0.69 | 0.24 | 33.78 | 0.53 | 0.5 |
| Hex | C3 | 88 | 3C | 0 | 1E | 45 | 18 | 22 | 35 | 32 |
| Octal | 303 | 210 | 74 | 0 | 36 | 105 | 30 | 42 | 65 | 62 |
| Binary | 11000011 | 10001000 | 111100 | 0 | 11110 | 1000101 | 11000 | 100010 | 110101 | 110010 |
Color Harmonies of #C3883C
Complementary color
Monochromatic Colors of #C3883C
Black with #C3883C
Text Example
Text Example
White with #C3883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3883C; }
p { color: rgb(195,136,60); }
H1.HeaderClassName
{
color: #C3883C;
}
.AnyTagClassName
{
color: #C3883C;
}
</style>
background-color css
<style>
a { background-color: #C3883C; }
a { background-color: rgb(195,136,60); }
div.DivClassName
{
background-color: #C3883C;
}
.BgClassName
{
background-color: #C3883C;
}
</style>
border-color css
<style>
span { border-color: #C3883C; }
span { border-color: rgb(195,136,60); }
td.TdClassName
{
border-color: #C3883C;
}
.TagClassName
{
border-color: #C3883C;
}
</style>