Shades of Bronze #CA7631
Tints of Bronze #CA7631
RGB
CMYK
RGB Variations
Color information
#CA7631 (or 0xCA7631) is known color: Bronze. HEX triplet: CA, 76 and 31. RGB value is (202,118,49). Sum of RGB (Red+Green+Blue) = 202+118+49=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7631 is #3589CE. Grayscale: #878787. Windows color (decimal): -3508687 or 3241674. OLE color: 3241674.
HSL color Cylindrical-coordinate representation of color #CA7631: hue angle of 27.06º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA7631 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 49 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.21 |
| HSL | 27.06º | 0.61% | 0.49% | - |
| HSV(B) | 27.06º | 0.76% | 0.79% | - |
| XYZ | 31.39 | 25.74 | 6.22 | - |
| YUV | 135.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 49 | 0 | 0.42 | 0.76 | 0.21 | 27.06 | 0.61 | 0.49 |
| Hex | CA | 76 | 31 | 0 | 2A | 4C | 15 | 1B | 3D | 31 |
| Octal | 312 | 166 | 61 | 0 | 52 | 114 | 25 | 33 | 75 | 61 |
| Binary | 11001010 | 1110110 | 110001 | 0 | 101010 | 1001100 | 10101 | 11011 | 111101 | 110001 |
Color Harmonies of #CA7631
Complementary color
Monochromatic Colors of #CA7631
Black with #CA7631
Text Example
Text Example
White with #CA7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7631; }
p { color: rgb(202,118,49); }
H1.HeaderClassName
{
color: #CA7631;
}
.AnyTagClassName
{
color: #CA7631;
}
</style>
background-color css
<style>
a { background-color: #CA7631; }
a { background-color: rgb(202,118,49); }
div.DivClassName
{
background-color: #CA7631;
}
.BgClassName
{
background-color: #CA7631;
}
</style>
border-color css
<style>
span { border-color: #CA7631; }
span { border-color: rgb(202,118,49); }
td.TdClassName
{
border-color: #CA7631;
}
.TagClassName
{
border-color: #CA7631;
}
</style>