Shades of Anzac #C38945
Tints of Anzac #C38945
RGB
CMYK
RGB Variations
Color information
#C38945 (or 0xC38945) is known color: Anzac. HEX triplet: C3, 89 and 45. RGB value is (195,137,69). Sum of RGB (Red+Green+Blue) = 195+137+69=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38945 is #3C76BA. Grayscale: #929292. Windows color (decimal): -3962555 or 4557251. OLE color: 4557251.
HSL color Cylindrical-coordinate representation of color #C38945: hue angle of 32.38º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C38945 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 69 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.24 |
| HSL | 32.38º | 0.51% | 0.52% | - |
| HSV(B) | 32.38º | 0.65% | 0.76% | - |
| XYZ | 32.53 | 29.92 | 9.69 | - |
| YUV | 146.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 69 | 0 | 0.30 | 0.65 | 0.24 | 32.38 | 0.51 | 0.52 |
| Hex | C3 | 89 | 45 | 0 | 1E | 41 | 18 | 20 | 33 | 34 |
| Octal | 303 | 211 | 105 | 0 | 36 | 101 | 30 | 40 | 63 | 64 |
| Binary | 11000011 | 10001001 | 1000101 | 0 | 11110 | 1000001 | 11000 | 100000 | 110011 | 110100 |
Color Harmonies of #C38945
Complementary color
Monochromatic Colors of #C38945
Black with #C38945
Text Example
Text Example
White with #C38945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38945; }
p { color: rgb(195,137,69); }
H1.HeaderClassName
{
color: #C38945;
}
.AnyTagClassName
{
color: #C38945;
}
</style>
background-color css
<style>
a { background-color: #C38945; }
a { background-color: rgb(195,137,69); }
div.DivClassName
{
background-color: #C38945;
}
.BgClassName
{
background-color: #C38945;
}
</style>
border-color css
<style>
span { border-color: #C38945; }
span { border-color: rgb(195,137,69); }
td.TdClassName
{
border-color: #C38945;
}
.TagClassName
{
border-color: #C38945;
}
</style>