Shades of Anzac #C3883D
Tints of Anzac #C3883D
RGB
CMYK
RGB Variations
Color information
#C3883D (or 0xC3883D) is known color: Anzac. HEX triplet: C3, 88 and 3D. RGB value is (195,136,61). Sum of RGB (Red+Green+Blue) = 195+136+61=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3883D is #3C77C2. Grayscale: #919191. Windows color (decimal): -3962819 or 4032707. OLE color: 4032707.
HSL color Cylindrical-coordinate representation of color #C3883D: hue angle of 33.58º 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 #C3883D is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 61 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.24 |
| HSL | 33.58º | 0.53% | 0.5% | - |
| HSV(B) | 33.58º | 0.69% | 0.76% | - |
| XYZ | 32.15 | 29.55 | 8.42 | - |
| YUV | 145.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 61 | 0 | 0.30 | 0.69 | 0.24 | 33.58 | 0.53 | 0.5 |
| Hex | C3 | 88 | 3D | 0 | 1E | 45 | 18 | 22 | 35 | 32 |
| Octal | 303 | 210 | 75 | 0 | 36 | 105 | 30 | 42 | 65 | 62 |
| Binary | 11000011 | 10001000 | 111101 | 0 | 11110 | 1000101 | 11000 | 100010 | 110101 | 110010 |
Color Harmonies of #C3883D
Complementary color
Monochromatic Colors of #C3883D
Black with #C3883D
Text Example
Text Example
White with #C3883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3883D; }
p { color: rgb(195,136,61); }
H1.HeaderClassName
{
color: #C3883D;
}
.AnyTagClassName
{
color: #C3883D;
}
</style>
background-color css
<style>
a { background-color: #C3883D; }
a { background-color: rgb(195,136,61); }
div.DivClassName
{
background-color: #C3883D;
}
.BgClassName
{
background-color: #C3883D;
}
</style>
border-color css
<style>
span { border-color: #C3883D; }
span { border-color: rgb(195,136,61); }
td.TdClassName
{
border-color: #C3883D;
}
.TagClassName
{
border-color: #C3883D;
}
</style>