Shades of Anzac #C58838
Tints of Anzac #C58838
RGB
CMYK
RGB Variations
Color information
#C58838 (or 0xC58838) is known color: Anzac. HEX triplet: C5, 88 and 38. RGB value is (197,136,56). Sum of RGB (Red+Green+Blue) = 197+136+56=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C58838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58838 is #3A77C7. Grayscale: #919191. Windows color (decimal): -3831752 or 3705029. OLE color: 3705029.
HSL color Cylindrical-coordinate representation of color #C58838: hue angle of 34.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C58838 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 56 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.23 |
| HSL | 34.04º | 0.56% | 0.5% | - |
| HSV(B) | 34.04º | 0.72% | 0.77% | - |
| XYZ | 32.54 | 29.76 | 7.77 | - |
| YUV | 145.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 56 | 0 | 0.31 | 0.72 | 0.23 | 34.04 | 0.56 | 0.5 |
| Hex | C5 | 88 | 38 | 0 | 1F | 48 | 17 | 22 | 38 | 32 |
| Octal | 305 | 210 | 70 | 0 | 37 | 110 | 27 | 42 | 70 | 62 |
| Binary | 11000101 | 10001000 | 111000 | 0 | 11111 | 1001000 | 10111 | 100010 | 111000 | 110010 |
Color Harmonies of #C58838
Complementary color
Monochromatic Colors of #C58838
Black with #C58838
Text Example
Text Example
White with #C58838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58838; }
p { color: rgb(197,136,56); }
H1.HeaderClassName
{
color: #C58838;
}
.AnyTagClassName
{
color: #C58838;
}
</style>
background-color css
<style>
a { background-color: #C58838; }
a { background-color: rgb(197,136,56); }
div.DivClassName
{
background-color: #C58838;
}
.BgClassName
{
background-color: #C58838;
}
</style>
border-color css
<style>
span { border-color: #C58838; }
span { border-color: rgb(197,136,56); }
td.TdClassName
{
border-color: #C58838;
}
.TagClassName
{
border-color: #C58838;
}
</style>