Shades of Anzac #C48B3E
Tints of Anzac #C48B3E
RGB
CMYK
RGB Variations
Color information
#C48B3E (or 0xC48B3E) is known color: Anzac. HEX triplet: C4, 8B and 3E. RGB value is (196,139,62). Sum of RGB (Red+Green+Blue) = 196+139+62=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B3E is #3B74C1. Grayscale: #939393. Windows color (decimal): -3896514 or 4099012. OLE color: 4099012.
HSL color Cylindrical-coordinate representation of color #C48B3E: hue angle of 34.48º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C48B3E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 62 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.23 |
| HSL | 34.48º | 0.53% | 0.51% | - |
| HSV(B) | 34.48º | 0.68% | 0.77% | - |
| XYZ | 32.87 | 30.55 | 8.72 | - |
| YUV | 147.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 62 | 0 | 0.29 | 0.68 | 0.23 | 34.48 | 0.53 | 0.51 |
| Hex | C4 | 8B | 3E | 0 | 1D | 44 | 17 | 22 | 35 | 33 |
| Octal | 304 | 213 | 76 | 0 | 35 | 104 | 27 | 42 | 65 | 63 |
| Binary | 11000100 | 10001011 | 111110 | 0 | 11101 | 1000100 | 10111 | 100010 | 110101 | 110011 |
Color Harmonies of #C48B3E
Complementary color
Monochromatic Colors of #C48B3E
Black with #C48B3E
Text Example
Text Example
White with #C48B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B3E; }
p { color: rgb(196,139,62); }
H1.HeaderClassName
{
color: #C48B3E;
}
.AnyTagClassName
{
color: #C48B3E;
}
</style>
background-color css
<style>
a { background-color: #C48B3E; }
a { background-color: rgb(196,139,62); }
div.DivClassName
{
background-color: #C48B3E;
}
.BgClassName
{
background-color: #C48B3E;
}
</style>
border-color css
<style>
span { border-color: #C48B3E; }
span { border-color: rgb(196,139,62); }
td.TdClassName
{
border-color: #C48B3E;
}
.TagClassName
{
border-color: #C48B3E;
}
</style>