Shades of Anzac #C3863F
Tints of Anzac #C3863F
RGB
CMYK
RGB Variations
Color information
#C3863F (or 0xC3863F) is known color: Anzac. HEX triplet: C3, 86 and 3F. RGB value is (195,134,63). Sum of RGB (Red+Green+Blue) = 195+134+63=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3863F is #3C79C0. Grayscale: #909090. Windows color (decimal): -3963329 or 4163267. OLE color: 4163267.
HSL color Cylindrical-coordinate representation of color #C3863F: hue angle of 32.27º 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 #C3863F is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 63 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.24 |
| HSL | 32.27º | 0.52% | 0.51% | - |
| HSV(B) | 32.27º | 0.68% | 0.76% | - |
| XYZ | 31.93 | 29.01 | 8.62 | - |
| YUV | 144.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 63 | 0 | 0.31 | 0.68 | 0.24 | 32.27 | 0.52 | 0.51 |
| Hex | C3 | 86 | 3F | 0 | 1F | 44 | 18 | 20 | 34 | 33 |
| Octal | 303 | 206 | 77 | 0 | 37 | 104 | 30 | 40 | 64 | 63 |
| Binary | 11000011 | 10000110 | 111111 | 0 | 11111 | 1000100 | 11000 | 100000 | 110100 | 110011 |
Color Harmonies of #C3863F
Complementary color
Monochromatic Colors of #C3863F
Black with #C3863F
Text Example
Text Example
White with #C3863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3863F; }
p { color: rgb(195,134,63); }
H1.HeaderClassName
{
color: #C3863F;
}
.AnyTagClassName
{
color: #C3863F;
}
</style>
background-color css
<style>
a { background-color: #C3863F; }
a { background-color: rgb(195,134,63); }
div.DivClassName
{
background-color: #C3863F;
}
.BgClassName
{
background-color: #C3863F;
}
</style>
border-color css
<style>
span { border-color: #C3863F; }
span { border-color: rgb(195,134,63); }
td.TdClassName
{
border-color: #C3863F;
}
.TagClassName
{
border-color: #C3863F;
}
</style>