Shades of Anzac #C3883F
Tints of Anzac #C3883F
RGB
CMYK
RGB Variations
Color information
#C3883F (or 0xC3883F) is known color: Anzac. HEX triplet: C3, 88 and 3F. RGB value is (195,136,63). Sum of RGB (Red+Green+Blue) = 195+136+63=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3883F is #3C77C0. Grayscale: #919191. Windows color (decimal): -3962817 or 4163779. OLE color: 4163779.
HSL color Cylindrical-coordinate representation of color #C3883F: hue angle of 33.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3883F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 63 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.24 |
| HSL | 33.18º | 0.52% | 0.51% | - |
| HSV(B) | 33.18º | 0.68% | 0.76% | - |
| XYZ | 32.21 | 29.57 | 8.71 | - |
| YUV | 145.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 63 | 0 | 0.30 | 0.68 | 0.24 | 33.18 | 0.52 | 0.51 |
| Hex | C3 | 88 | 3F | 0 | 1E | 44 | 18 | 21 | 34 | 33 |
| Octal | 303 | 210 | 77 | 0 | 36 | 104 | 30 | 41 | 64 | 63 |
| Binary | 11000011 | 10001000 | 111111 | 0 | 11110 | 1000100 | 11000 | 100001 | 110100 | 110011 |
Color Harmonies of #C3883F
Complementary color
Monochromatic Colors of #C3883F
Black with #C3883F
Text Example
Text Example
White with #C3883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3883F; }
p { color: rgb(195,136,63); }
H1.HeaderClassName
{
color: #C3883F;
}
.AnyTagClassName
{
color: #C3883F;
}
</style>
background-color css
<style>
a { background-color: #C3883F; }
a { background-color: rgb(195,136,63); }
div.DivClassName
{
background-color: #C3883F;
}
.BgClassName
{
background-color: #C3883F;
}
</style>
border-color css
<style>
span { border-color: #C3883F; }
span { border-color: rgb(195,136,63); }
td.TdClassName
{
border-color: #C3883F;
}
.TagClassName
{
border-color: #C3883F;
}
</style>