Shades of Bronze #CB7C2E
Tints of Bronze #CB7C2E
RGB
CMYK
RGB Variations
Color information
#CB7C2E (or 0xCB7C2E) is known color: Bronze. HEX triplet: CB, 7C and 2E. RGB value is (203,124,46). Sum of RGB (Red+Green+Blue) = 203+124+46=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C2E is #3483D1. Grayscale: #8B8B8B. Windows color (decimal): -3441618 or 3046603. OLE color: 3046603.
HSL color Cylindrical-coordinate representation of color #CB7C2E: hue angle of 29.81º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB7C2E is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 46 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.20 |
| HSL | 29.81º | 0.63% | 0.49% | - |
| HSV(B) | 29.81º | 0.77% | 0.8% | - |
| XYZ | 32.33 | 27.31 | 6.15 | - |
| YUV | 138.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 46 | 0 | 0.39 | 0.77 | 0.20 | 29.81 | 0.63 | 0.49 |
| Hex | CB | 7C | 2E | 0 | 27 | 4D | 14 | 1E | 3F | 31 |
| Octal | 313 | 174 | 56 | 0 | 47 | 115 | 24 | 36 | 77 | 61 |
| Binary | 11001011 | 1111100 | 101110 | 0 | 100111 | 1001101 | 10100 | 11110 | 111111 | 110001 |
Color Harmonies of #CB7C2E
Complementary color
Monochromatic Colors of #CB7C2E
Black with #CB7C2E
Text Example
Text Example
White with #CB7C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C2E; }
p { color: rgb(203,124,46); }
H1.HeaderClassName
{
color: #CB7C2E;
}
.AnyTagClassName
{
color: #CB7C2E;
}
</style>
background-color css
<style>
a { background-color: #CB7C2E; }
a { background-color: rgb(203,124,46); }
div.DivClassName
{
background-color: #CB7C2E;
}
.BgClassName
{
background-color: #CB7C2E;
}
</style>
border-color css
<style>
span { border-color: #CB7C2E; }
span { border-color: rgb(203,124,46); }
td.TdClassName
{
border-color: #CB7C2E;
}
.TagClassName
{
border-color: #CB7C2E;
}
</style>