Shades of Bronze #CA7935
Tints of Bronze #CA7935
RGB
CMYK
RGB Variations
Color information
#CA7935 (or 0xCA7935) is known color: Bronze. HEX triplet: CA, 79 and 35. RGB value is (202,121,53). Sum of RGB (Red+Green+Blue) = 202+121+53=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7935 is #3586CA. Grayscale: #898989. Windows color (decimal): -3507915 or 3504586. OLE color: 3504586.
HSL color Cylindrical-coordinate representation of color #CA7935: hue angle of 27.38º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA7935 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 53 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.21 |
| HSL | 27.38º | 0.58% | 0.5% | - |
| HSV(B) | 27.38º | 0.74% | 0.79% | - |
| XYZ | 31.84 | 26.49 | 6.8 | - |
| YUV | 137.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 53 | 0 | 0.40 | 0.74 | 0.21 | 27.38 | 0.58 | 0.5 |
| Hex | CA | 79 | 35 | 0 | 28 | 4A | 15 | 1B | 3A | 32 |
| Octal | 312 | 171 | 65 | 0 | 50 | 112 | 25 | 33 | 72 | 62 |
| Binary | 11001010 | 1111001 | 110101 | 0 | 101000 | 1001010 | 10101 | 11011 | 111010 | 110010 |
Color Harmonies of #CA7935
Complementary color
Monochromatic Colors of #CA7935
Black with #CA7935
Text Example
Text Example
White with #CA7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7935; }
p { color: rgb(202,121,53); }
H1.HeaderClassName
{
color: #CA7935;
}
.AnyTagClassName
{
color: #CA7935;
}
</style>
background-color css
<style>
a { background-color: #CA7935; }
a { background-color: rgb(202,121,53); }
div.DivClassName
{
background-color: #CA7935;
}
.BgClassName
{
background-color: #CA7935;
}
</style>
border-color css
<style>
span { border-color: #CA7935; }
span { border-color: rgb(202,121,53); }
td.TdClassName
{
border-color: #CA7935;
}
.TagClassName
{
border-color: #CA7935;
}
</style>