Shades of Bronze #CB7A35
Tints of Bronze #CB7A35
RGB
CMYK
RGB Variations
Color information
#CB7A35 (or 0xCB7A35) is known color: Bronze. HEX triplet: CB, 7A and 35. RGB value is (203,122,53). Sum of RGB (Red+Green+Blue) = 203+122+53=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A35 is #3485CA. Grayscale: #8A8A8A. Windows color (decimal): -3442123 or 3504843. OLE color: 3504843.
HSL color Cylindrical-coordinate representation of color #CB7A35: hue angle of 27.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB7A35 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 53 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.20 |
| HSL | 27.6º | 0.59% | 0.5% | - |
| HSV(B) | 27.6º | 0.74% | 0.8% | - |
| XYZ | 32.23 | 26.87 | 6.86 | - |
| YUV | 138.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 53 | 0 | 0.40 | 0.74 | 0.20 | 27.6 | 0.59 | 0.5 |
| Hex | CB | 7A | 35 | 0 | 28 | 4A | 14 | 1C | 3B | 32 |
| Octal | 313 | 172 | 65 | 0 | 50 | 112 | 24 | 34 | 73 | 62 |
| Binary | 11001011 | 1111010 | 110101 | 0 | 101000 | 1001010 | 10100 | 11100 | 111011 | 110010 |
Color Harmonies of #CB7A35
Complementary color
Monochromatic Colors of #CB7A35
Black with #CB7A35
Text Example
Text Example
White with #CB7A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A35; }
p { color: rgb(203,122,53); }
H1.HeaderClassName
{
color: #CB7A35;
}
.AnyTagClassName
{
color: #CB7A35;
}
</style>
background-color css
<style>
a { background-color: #CB7A35; }
a { background-color: rgb(203,122,53); }
div.DivClassName
{
background-color: #CB7A35;
}
.BgClassName
{
background-color: #CB7A35;
}
</style>
border-color css
<style>
span { border-color: #CB7A35; }
span { border-color: rgb(203,122,53); }
td.TdClassName
{
border-color: #CB7A35;
}
.TagClassName
{
border-color: #CB7A35;
}
</style>