Shades of Bronze #CB7F2D
Tints of Bronze #CB7F2D
RGB
CMYK
RGB Variations
Color information
#CB7F2D (or 0xCB7F2D) is known color: Bronze. HEX triplet: CB, 7F and 2D. RGB value is (203,127,45). Sum of RGB (Red+Green+Blue) = 203+127+45=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F2D is #3480D2. Grayscale: #8C8C8C. Windows color (decimal): -3440851 or 2981835. OLE color: 2981835.
HSL color Cylindrical-coordinate representation of color #CB7F2D: hue angle of 31.14º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB7F2D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 45 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.20 |
| HSL | 31.14º | 0.64% | 0.49% | - |
| HSV(B) | 31.14º | 0.78% | 0.8% | - |
| XYZ | 32.69 | 28.06 | 6.18 | - |
| YUV | 140.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 45 | 0 | 0.37 | 0.78 | 0.20 | 31.14 | 0.64 | 0.49 |
| Hex | CB | 7F | 2D | 0 | 25 | 4E | 14 | 1F | 40 | 31 |
| Octal | 313 | 177 | 55 | 0 | 45 | 116 | 24 | 37 | 100 | 61 |
| Binary | 11001011 | 1111111 | 101101 | 0 | 100101 | 1001110 | 10100 | 11111 | 1000000 | 110001 |
Color Harmonies of #CB7F2D
Complementary color
Monochromatic Colors of #CB7F2D
Black with #CB7F2D
Text Example
Text Example
White with #CB7F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F2D; }
p { color: rgb(203,127,45); }
H1.HeaderClassName
{
color: #CB7F2D;
}
.AnyTagClassName
{
color: #CB7F2D;
}
</style>
background-color css
<style>
a { background-color: #CB7F2D; }
a { background-color: rgb(203,127,45); }
div.DivClassName
{
background-color: #CB7F2D;
}
.BgClassName
{
background-color: #CB7F2D;
}
</style>
border-color css
<style>
span { border-color: #CB7F2D; }
span { border-color: rgb(203,127,45); }
td.TdClassName
{
border-color: #CB7F2D;
}
.TagClassName
{
border-color: #CB7F2D;
}
</style>