Shades of Bronze #CA7934
Tints of Bronze #CA7934
RGB
CMYK
RGB Variations
Color information
#CA7934 (or 0xCA7934) is known color: Bronze. HEX triplet: CA, 79 and 34. RGB value is (202,121,52). Sum of RGB (Red+Green+Blue) = 202+121+52=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7934 is #3586CB. Grayscale: #898989. Windows color (decimal): -3507916 or 3439050. OLE color: 3439050.
HSL color Cylindrical-coordinate representation of color #CA7934: hue angle of 27.6º degrees, saturation: 0.59, 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 #CA7934 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 52 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.21 |
| HSL | 27.6º | 0.59% | 0.5% | - |
| HSV(B) | 27.6º | 0.74% | 0.79% | - |
| XYZ | 31.81 | 26.48 | 6.68 | - |
| YUV | 137.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 52 | 0 | 0.40 | 0.74 | 0.21 | 27.6 | 0.59 | 0.5 |
| Hex | CA | 79 | 34 | 0 | 28 | 4A | 15 | 1C | 3B | 32 |
| Octal | 312 | 171 | 64 | 0 | 50 | 112 | 25 | 34 | 73 | 62 |
| Binary | 11001010 | 1111001 | 110100 | 0 | 101000 | 1001010 | 10101 | 11100 | 111011 | 110010 |
Color Harmonies of #CA7934
Complementary color
Monochromatic Colors of #CA7934
Black with #CA7934
Text Example
Text Example
White with #CA7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7934; }
p { color: rgb(202,121,52); }
H1.HeaderClassName
{
color: #CA7934;
}
.AnyTagClassName
{
color: #CA7934;
}
</style>
background-color css
<style>
a { background-color: #CA7934; }
a { background-color: rgb(202,121,52); }
div.DivClassName
{
background-color: #CA7934;
}
.BgClassName
{
background-color: #CA7934;
}
</style>
border-color css
<style>
span { border-color: #CA7934; }
span { border-color: rgb(202,121,52); }
td.TdClassName
{
border-color: #CA7934;
}
.TagClassName
{
border-color: #CA7934;
}
</style>