Shades of Anzac #C5923A
Tints of Anzac #C5923A
RGB
CMYK
RGB Variations
Color information
#C5923A (or 0xC5923A) is known color: Anzac. HEX triplet: C5, 92 and 3A. RGB value is (197,146,58). Sum of RGB (Red+Green+Blue) = 197+146+58=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5923A is #3A6DC5. Grayscale: #979797. Windows color (decimal): -3829190 or 3838661. OLE color: 3838661.
HSL color Cylindrical-coordinate representation of color #C5923A: hue angle of 37.99º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5923A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 58 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.23 |
| HSL | 37.99º | 0.55% | 0.5% | - |
| HSV(B) | 37.99º | 0.71% | 0.77% | - |
| XYZ | 34.07 | 32.73 | 8.53 | - |
| YUV | 151.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 58 | 0 | 0.26 | 0.71 | 0.23 | 37.99 | 0.55 | 0.5 |
| Hex | C5 | 92 | 3A | 0 | 1A | 47 | 17 | 26 | 37 | 32 |
| Octal | 305 | 222 | 72 | 0 | 32 | 107 | 27 | 46 | 67 | 62 |
| Binary | 11000101 | 10010010 | 111010 | 0 | 11010 | 1000111 | 10111 | 100110 | 110111 | 110010 |
Color Harmonies of #C5923A
Complementary color
Monochromatic Colors of #C5923A
Black with #C5923A
Text Example
Text Example
White with #C5923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5923A; }
p { color: rgb(197,146,58); }
H1.HeaderClassName
{
color: #C5923A;
}
.AnyTagClassName
{
color: #C5923A;
}
</style>
background-color css
<style>
a { background-color: #C5923A; }
a { background-color: rgb(197,146,58); }
div.DivClassName
{
background-color: #C5923A;
}
.BgClassName
{
background-color: #C5923A;
}
</style>
border-color css
<style>
span { border-color: #C5923A; }
span { border-color: rgb(197,146,58); }
td.TdClassName
{
border-color: #C5923A;
}
.TagClassName
{
border-color: #C5923A;
}
</style>