Shades of Anzac #C38A40
Tints of Anzac #C38A40
RGB
CMYK
RGB Variations
Color information
#C38A40 (or 0xC38A40) is known color: Anzac. HEX triplet: C3, 8A and 40. RGB value is (195,138,64). Sum of RGB (Red+Green+Blue) = 195+138+64=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A40 is #3C75BF. Grayscale: #929292. Windows color (decimal): -3962304 or 4229827. OLE color: 4229827.
HSL color Cylindrical-coordinate representation of color #C38A40: hue angle of 33.89º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C38A40 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 64 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.24 |
| HSL | 33.89º | 0.52% | 0.51% | - |
| HSV(B) | 33.89º | 0.67% | 0.76% | - |
| XYZ | 32.52 | 30.15 | 8.96 | - |
| YUV | 146.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 64 | 0 | 0.29 | 0.67 | 0.24 | 33.89 | 0.52 | 0.51 |
| Hex | C3 | 8A | 40 | 0 | 1D | 43 | 18 | 22 | 34 | 33 |
| Octal | 303 | 212 | 100 | 0 | 35 | 103 | 30 | 42 | 64 | 63 |
| Binary | 11000011 | 10001010 | 1000000 | 0 | 11101 | 1000011 | 11000 | 100010 | 110100 | 110011 |
Color Harmonies of #C38A40
Complementary color
Monochromatic Colors of #C38A40
Black with #C38A40
Text Example
Text Example
White with #C38A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A40; }
p { color: rgb(195,138,64); }
H1.HeaderClassName
{
color: #C38A40;
}
.AnyTagClassName
{
color: #C38A40;
}
</style>
background-color css
<style>
a { background-color: #C38A40; }
a { background-color: rgb(195,138,64); }
div.DivClassName
{
background-color: #C38A40;
}
.BgClassName
{
background-color: #C38A40;
}
</style>
border-color css
<style>
span { border-color: #C38A40; }
span { border-color: rgb(195,138,64); }
td.TdClassName
{
border-color: #C38A40;
}
.TagClassName
{
border-color: #C38A40;
}
</style>