Shades of Anzac #C48741
Tints of Anzac #C48741
RGB
CMYK
RGB Variations
Color information
#C48741 (or 0xC48741) is known color: Anzac. HEX triplet: C4, 87 and 41. RGB value is (196,135,65). Sum of RGB (Red+Green+Blue) = 196+135+65=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C48741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48741 is #3B78BE. Grayscale: #919191. Windows color (decimal): -3897535 or 4294596. OLE color: 4294596.
HSL color Cylindrical-coordinate representation of color #C48741: hue angle of 32.06º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C48741 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 65 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.23 |
| HSL | 32.06º | 0.53% | 0.51% | - |
| HSV(B) | 32.06º | 0.67% | 0.77% | - |
| XYZ | 32.38 | 29.45 | 8.98 | - |
| YUV | 145.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 65 | 0 | 0.31 | 0.67 | 0.23 | 32.06 | 0.53 | 0.51 |
| Hex | C4 | 87 | 41 | 0 | 1F | 43 | 17 | 20 | 35 | 33 |
| Octal | 304 | 207 | 101 | 0 | 37 | 103 | 27 | 40 | 65 | 63 |
| Binary | 11000100 | 10000111 | 1000001 | 0 | 11111 | 1000011 | 10111 | 100000 | 110101 | 110011 |
Color Harmonies of #C48741
Complementary color
Monochromatic Colors of #C48741
Black with #C48741
Text Example
Text Example
White with #C48741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48741; }
p { color: rgb(196,135,65); }
H1.HeaderClassName
{
color: #C48741;
}
.AnyTagClassName
{
color: #C48741;
}
</style>
background-color css
<style>
a { background-color: #C48741; }
a { background-color: rgb(196,135,65); }
div.DivClassName
{
background-color: #C48741;
}
.BgClassName
{
background-color: #C48741;
}
</style>
border-color css
<style>
span { border-color: #C48741; }
span { border-color: rgb(196,135,65); }
td.TdClassName
{
border-color: #C48741;
}
.TagClassName
{
border-color: #C48741;
}
</style>