Shades of Bronze #CB7B2B
Tints of Bronze #CB7B2B
RGB
CMYK
RGB Variations
Color information
#CB7B2B (or 0xCB7B2B) is known color: Bronze. HEX triplet: CB, 7B and 2B. RGB value is (203,123,43). Sum of RGB (Red+Green+Blue) = 203+123+43=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B2B is #3484D4. Grayscale: #8A8A8A. Windows color (decimal): -3441877 or 2849739. OLE color: 2849739.
HSL color Cylindrical-coordinate representation of color #CB7B2B: hue angle of 30º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB7B2B is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 43 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.20 |
| HSL | 30º | 0.65% | 0.48% | - |
| HSV(B) | 30º | 0.79% | 0.8% | - |
| XYZ | 32.15 | 27.04 | 5.81 | - |
| YUV | 137.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 43 | 0 | 0.39 | 0.79 | 0.20 | 30 | 0.65 | 0.48 |
| Hex | CB | 7B | 2B | 0 | 27 | 4F | 14 | 1E | 41 | 30 |
| Octal | 313 | 173 | 53 | 0 | 47 | 117 | 24 | 36 | 101 | 60 |
| Binary | 11001011 | 1111011 | 101011 | 0 | 100111 | 1001111 | 10100 | 11110 | 1000001 | 110000 |
Color Harmonies of #CB7B2B
Complementary color
Monochromatic Colors of #CB7B2B
Black with #CB7B2B
Text Example
Text Example
White with #CB7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B2B; }
p { color: rgb(203,123,43); }
H1.HeaderClassName
{
color: #CB7B2B;
}
.AnyTagClassName
{
color: #CB7B2B;
}
</style>
background-color css
<style>
a { background-color: #CB7B2B; }
a { background-color: rgb(203,123,43); }
div.DivClassName
{
background-color: #CB7B2B;
}
.BgClassName
{
background-color: #CB7B2B;
}
</style>
border-color css
<style>
span { border-color: #CB7B2B; }
span { border-color: rgb(203,123,43); }
td.TdClassName
{
border-color: #CB7B2B;
}
.TagClassName
{
border-color: #CB7B2B;
}
</style>