Shades of Anzac #C38E3D
Tints of Anzac #C38E3D
RGB
CMYK
RGB Variations
Color information
#C38E3D (or 0xC38E3D) is known color: Anzac. HEX triplet: C3, 8E and 3D. RGB value is (195,142,61). Sum of RGB (Red+Green+Blue) = 195+142+61=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38E3D is #3C71C2. Grayscale: #949494. Windows color (decimal): -3961283 or 4034243. OLE color: 4034243.
HSL color Cylindrical-coordinate representation of color #C38E3D: hue angle of 36.27º 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 #C38E3D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 61 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.24 |
| HSL | 36.27º | 0.53% | 0.5% | - |
| HSV(B) | 36.27º | 0.69% | 0.76% | - |
| XYZ | 33.02 | 31.29 | 8.71 | - |
| YUV | 148.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 61 | 0 | 0.27 | 0.69 | 0.24 | 36.27 | 0.53 | 0.5 |
| Hex | C3 | 8E | 3D | 0 | 1B | 45 | 18 | 24 | 35 | 32 |
| Octal | 303 | 216 | 75 | 0 | 33 | 105 | 30 | 44 | 65 | 62 |
| Binary | 11000011 | 10001110 | 111101 | 0 | 11011 | 1000101 | 11000 | 100100 | 110101 | 110010 |
Color Harmonies of #C38E3D
Complementary color
Monochromatic Colors of #C38E3D
Black with #C38E3D
Text Example
Text Example
White with #C38E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E3D; }
p { color: rgb(195,142,61); }
H1.HeaderClassName
{
color: #C38E3D;
}
.AnyTagClassName
{
color: #C38E3D;
}
</style>
background-color css
<style>
a { background-color: #C38E3D; }
a { background-color: rgb(195,142,61); }
div.DivClassName
{
background-color: #C38E3D;
}
.BgClassName
{
background-color: #C38E3D;
}
</style>
border-color css
<style>
span { border-color: #C38E3D; }
span { border-color: rgb(195,142,61); }
td.TdClassName
{
border-color: #C38E3D;
}
.TagClassName
{
border-color: #C38E3D;
}
</style>