Shades of Bronze #CA772E
Tints of Bronze #CA772E
RGB
CMYK
RGB Variations
Color information
#CA772E (or 0xCA772E) is known color: Bronze. HEX triplet: CA, 77 and 2E. RGB value is (202,119,46). Sum of RGB (Red+Green+Blue) = 202+119+46=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA772E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA772E is #3588D1. Grayscale: #878787. Windows color (decimal): -3508434 or 3045322. OLE color: 3045322.
HSL color Cylindrical-coordinate representation of color #CA772E: hue angle of 28.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA772E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 46 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.21 |
| HSL | 28.08º | 0.63% | 0.49% | - |
| HSV(B) | 28.08º | 0.77% | 0.79% | - |
| XYZ | 31.45 | 25.95 | 5.94 | - |
| YUV | 135.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 46 | 0 | 0.41 | 0.77 | 0.21 | 28.08 | 0.63 | 0.49 |
| Hex | CA | 77 | 2E | 0 | 29 | 4D | 15 | 1C | 3F | 31 |
| Octal | 312 | 167 | 56 | 0 | 51 | 115 | 25 | 34 | 77 | 61 |
| Binary | 11001010 | 1110111 | 101110 | 0 | 101001 | 1001101 | 10101 | 11100 | 111111 | 110001 |
Color Harmonies of #CA772E
Complementary color
Monochromatic Colors of #CA772E
Black with #CA772E
Text Example
Text Example
White with #CA772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA772E; }
p { color: rgb(202,119,46); }
H1.HeaderClassName
{
color: #CA772E;
}
.AnyTagClassName
{
color: #CA772E;
}
</style>
background-color css
<style>
a { background-color: #CA772E; }
a { background-color: rgb(202,119,46); }
div.DivClassName
{
background-color: #CA772E;
}
.BgClassName
{
background-color: #CA772E;
}
</style>
border-color css
<style>
span { border-color: #CA772E; }
span { border-color: rgb(202,119,46); }
td.TdClassName
{
border-color: #CA772E;
}
.TagClassName
{
border-color: #CA772E;
}
</style>