Shades of Anzac #C38748
Tints of Anzac #C38748
RGB
CMYK
RGB Variations
Color information
#C38748 (or 0xC38748) is known color: Anzac. HEX triplet: C3, 87 and 48. RGB value is (195,135,72). Sum of RGB (Red+Green+Blue) = 195+135+72=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C38748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38748 is #3C78B7. Grayscale: #929292. Windows color (decimal): -3963064 or 4753347. OLE color: 4753347.
HSL color Cylindrical-coordinate representation of color #C38748: hue angle of 30.73º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38748 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 72 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.24 |
| HSL | 30.73º | 0.51% | 0.52% | - |
| HSV(B) | 30.73º | 0.63% | 0.76% | - |
| XYZ | 32.34 | 29.4 | 10.1 | - |
| YUV | 145.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 72 | 0 | 0.31 | 0.63 | 0.24 | 30.73 | 0.51 | 0.52 |
| Hex | C3 | 87 | 48 | 0 | 1F | 3F | 18 | 1F | 33 | 34 |
| Octal | 303 | 207 | 110 | 0 | 37 | 77 | 30 | 37 | 63 | 64 |
| Binary | 11000011 | 10000111 | 1001000 | 0 | 11111 | 111111 | 11000 | 11111 | 110011 | 110100 |
Color Harmonies of #C38748
Complementary color
Monochromatic Colors of #C38748
Black with #C38748
Text Example
Text Example
White with #C38748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38748; }
p { color: rgb(195,135,72); }
H1.HeaderClassName
{
color: #C38748;
}
.AnyTagClassName
{
color: #C38748;
}
</style>
background-color css
<style>
a { background-color: #C38748; }
a { background-color: rgb(195,135,72); }
div.DivClassName
{
background-color: #C38748;
}
.BgClassName
{
background-color: #C38748;
}
</style>
border-color css
<style>
span { border-color: #C38748; }
span { border-color: rgb(195,135,72); }
td.TdClassName
{
border-color: #C38748;
}
.TagClassName
{
border-color: #C38748;
}
</style>