Shades of Bronze #CB7A32
Tints of Bronze #CB7A32
RGB
CMYK
RGB Variations
Color information
#CB7A32 (or 0xCB7A32) is known color: Bronze. HEX triplet: CB, 7A and 32. RGB value is (203,122,50). Sum of RGB (Red+Green+Blue) = 203+122+50=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A32 is #3485CD. Grayscale: #8A8A8A. Windows color (decimal): -3442126 or 3308235. OLE color: 3308235.
HSL color Cylindrical-coordinate representation of color #CB7A32: hue angle of 28.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB7A32 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 50 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.20 |
| HSL | 28.24º | 0.6% | 0.5% | - |
| HSV(B) | 28.24º | 0.75% | 0.8% | - |
| XYZ | 32.16 | 26.85 | 6.5 | - |
| YUV | 138.01 | 78.34 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 50 | 0 | 0.40 | 0.75 | 0.20 | 28.24 | 0.6 | 0.5 |
| Hex | CB | 7A | 32 | 0 | 28 | 4B | 14 | 1C | 3C | 32 |
| Octal | 313 | 172 | 62 | 0 | 50 | 113 | 24 | 34 | 74 | 62 |
| Binary | 11001011 | 1111010 | 110010 | 0 | 101000 | 1001011 | 10100 | 11100 | 111100 | 110010 |
Color Harmonies of #CB7A32
Complementary color
Monochromatic Colors of #CB7A32
Black with #CB7A32
Text Example
Text Example
White with #CB7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A32; }
p { color: rgb(203,122,50); }
H1.HeaderClassName
{
color: #CB7A32;
}
.AnyTagClassName
{
color: #CB7A32;
}
</style>
background-color css
<style>
a { background-color: #CB7A32; }
a { background-color: rgb(203,122,50); }
div.DivClassName
{
background-color: #CB7A32;
}
.BgClassName
{
background-color: #CB7A32;
}
</style>
border-color css
<style>
span { border-color: #CB7A32; }
span { border-color: rgb(203,122,50); }
td.TdClassName
{
border-color: #CB7A32;
}
.TagClassName
{
border-color: #CB7A32;
}
</style>