Shades of Anzac #C3863D
Tints of Anzac #C3863D
RGB
CMYK
RGB Variations
Color information
#C3863D (or 0xC3863D) is known color: Anzac. HEX triplet: C3, 86 and 3D. RGB value is (195,134,61). Sum of RGB (Red+Green+Blue) = 195+134+61=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3863D is #3C79C2. Grayscale: #909090. Windows color (decimal): -3963331 or 4032195. OLE color: 4032195.
HSL color Cylindrical-coordinate representation of color #C3863D: hue angle of 32.69º 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 #C3863D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 61 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.24 |
| HSL | 32.69º | 0.53% | 0.5% | - |
| HSV(B) | 32.69º | 0.69% | 0.76% | - |
| XYZ | 31.87 | 28.99 | 8.33 | - |
| YUV | 143.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 61 | 0 | 0.31 | 0.69 | 0.24 | 32.69 | 0.53 | 0.5 |
| Hex | C3 | 86 | 3D | 0 | 1F | 45 | 18 | 21 | 35 | 32 |
| Octal | 303 | 206 | 75 | 0 | 37 | 105 | 30 | 41 | 65 | 62 |
| Binary | 11000011 | 10000110 | 111101 | 0 | 11111 | 1000101 | 11000 | 100001 | 110101 | 110010 |
Color Harmonies of #C3863D
Complementary color
Monochromatic Colors of #C3863D
Black with #C3863D
Text Example
Text Example
White with #C3863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3863D; }
p { color: rgb(195,134,61); }
H1.HeaderClassName
{
color: #C3863D;
}
.AnyTagClassName
{
color: #C3863D;
}
</style>
background-color css
<style>
a { background-color: #C3863D; }
a { background-color: rgb(195,134,61); }
div.DivClassName
{
background-color: #C3863D;
}
.BgClassName
{
background-color: #C3863D;
}
</style>
border-color css
<style>
span { border-color: #C3863D; }
span { border-color: rgb(195,134,61); }
td.TdClassName
{
border-color: #C3863D;
}
.TagClassName
{
border-color: #C3863D;
}
</style>