Shades of Anzac #CB8D3E
Tints of Anzac #CB8D3E
RGB
CMYK
RGB Variations
Color information
#CB8D3E (or 0xCB8D3E) is known color: Anzac. HEX triplet: CB, 8D and 3E. RGB value is (203,141,62). Sum of RGB (Red+Green+Blue) = 203+141+62=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D3E is #3472C1. Grayscale: #969696. Windows color (decimal): -3437250 or 4099531. OLE color: 4099531.
HSL color Cylindrical-coordinate representation of color #CB8D3E: hue angle of 33.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB8D3E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 62 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.20 |
| HSL | 33.62º | 0.58% | 0.52% | - |
| HSV(B) | 33.62º | 0.69% | 0.8% | - |
| XYZ | 35.02 | 32.09 | 8.91 | - |
| YUV | 150.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 62 | 0 | 0.31 | 0.69 | 0.20 | 33.62 | 0.58 | 0.52 |
| Hex | CB | 8D | 3E | 0 | 1F | 45 | 14 | 22 | 3A | 34 |
| Octal | 313 | 215 | 76 | 0 | 37 | 105 | 24 | 42 | 72 | 64 |
| Binary | 11001011 | 10001101 | 111110 | 0 | 11111 | 1000101 | 10100 | 100010 | 111010 | 110100 |
Color Harmonies of #CB8D3E
Complementary color
Monochromatic Colors of #CB8D3E
Black with #CB8D3E
Text Example
Text Example
White with #CB8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D3E; }
p { color: rgb(203,141,62); }
H1.HeaderClassName
{
color: #CB8D3E;
}
.AnyTagClassName
{
color: #CB8D3E;
}
</style>
background-color css
<style>
a { background-color: #CB8D3E; }
a { background-color: rgb(203,141,62); }
div.DivClassName
{
background-color: #CB8D3E;
}
.BgClassName
{
background-color: #CB8D3E;
}
</style>
border-color css
<style>
span { border-color: #CB8D3E; }
span { border-color: rgb(203,141,62); }
td.TdClassName
{
border-color: #CB8D3E;
}
.TagClassName
{
border-color: #CB8D3E;
}
</style>