Shades of Bronze #CA7834
Tints of Bronze #CA7834
RGB
CMYK
RGB Variations
Color information
#CA7834 (or 0xCA7834) is known color: Bronze. HEX triplet: CA, 78 and 34. RGB value is (202,120,52). Sum of RGB (Red+Green+Blue) = 202+120+52=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7834 is #3587CB. Grayscale: #898989. Windows color (decimal): -3508172 or 3438794. OLE color: 3438794.
HSL color Cylindrical-coordinate representation of color #CA7834: hue angle of 27.2º 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 #CA7834 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 52 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.21 |
| HSL | 27.2º | 0.59% | 0.5% | - |
| HSV(B) | 27.2º | 0.74% | 0.79% | - |
| XYZ | 31.69 | 26.24 | 6.64 | - |
| YUV | 136.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 52 | 0 | 0.41 | 0.74 | 0.21 | 27.2 | 0.59 | 0.5 |
| Hex | CA | 78 | 34 | 0 | 29 | 4A | 15 | 1B | 3B | 32 |
| Octal | 312 | 170 | 64 | 0 | 51 | 112 | 25 | 33 | 73 | 62 |
| Binary | 11001010 | 1111000 | 110100 | 0 | 101001 | 1001010 | 10101 | 11011 | 111011 | 110010 |
Color Harmonies of #CA7834
Complementary color
Monochromatic Colors of #CA7834
Black with #CA7834
Text Example
Text Example
White with #CA7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7834; }
p { color: rgb(202,120,52); }
H1.HeaderClassName
{
color: #CA7834;
}
.AnyTagClassName
{
color: #CA7834;
}
</style>
background-color css
<style>
a { background-color: #CA7834; }
a { background-color: rgb(202,120,52); }
div.DivClassName
{
background-color: #CA7834;
}
.BgClassName
{
background-color: #CA7834;
}
</style>
border-color css
<style>
span { border-color: #CA7834; }
span { border-color: rgb(202,120,52); }
td.TdClassName
{
border-color: #CA7834;
}
.TagClassName
{
border-color: #CA7834;
}
</style>