Shades of Bronze #CB7D32
Tints of Bronze #CB7D32
RGB
CMYK
RGB Variations
Color information
#CB7D32 (or 0xCB7D32) is known color: Bronze. HEX triplet: CB, 7D and 32. RGB value is (203,125,50). Sum of RGB (Red+Green+Blue) = 203+125+50=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7D32 is #3482CD. Grayscale: #8C8C8C. Windows color (decimal): -3441358 or 3309003. OLE color: 3309003.
HSL color Cylindrical-coordinate representation of color #CB7D32: hue angle of 29.41º 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 #CB7D32 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 50 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.20 |
| HSL | 29.41º | 0.6% | 0.5% | - |
| HSV(B) | 29.41º | 0.75% | 0.8% | - |
| XYZ | 32.54 | 27.59 | 6.63 | - |
| YUV | 139.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 50 | 0 | 0.38 | 0.75 | 0.20 | 29.41 | 0.6 | 0.5 |
| Hex | CB | 7D | 32 | 0 | 26 | 4B | 14 | 1D | 3C | 32 |
| Octal | 313 | 175 | 62 | 0 | 46 | 113 | 24 | 35 | 74 | 62 |
| Binary | 11001011 | 1111101 | 110010 | 0 | 100110 | 1001011 | 10100 | 11101 | 111100 | 110010 |
Color Harmonies of #CB7D32
Complementary color
Monochromatic Colors of #CB7D32
Black with #CB7D32
Text Example
Text Example
White with #CB7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D32; }
p { color: rgb(203,125,50); }
H1.HeaderClassName
{
color: #CB7D32;
}
.AnyTagClassName
{
color: #CB7D32;
}
</style>
background-color css
<style>
a { background-color: #CB7D32; }
a { background-color: rgb(203,125,50); }
div.DivClassName
{
background-color: #CB7D32;
}
.BgClassName
{
background-color: #CB7D32;
}
</style>
border-color css
<style>
span { border-color: #CB7D32; }
span { border-color: rgb(203,125,50); }
td.TdClassName
{
border-color: #CB7D32;
}
.TagClassName
{
border-color: #CB7D32;
}
</style>