Shades of Bronze #CB7F34
Tints of Bronze #CB7F34
RGB
CMYK
RGB Variations
Color information
#CB7F34 (or 0xCB7F34) is known color: Bronze. HEX triplet: CB, 7F and 34. RGB value is (203,127,52). Sum of RGB (Red+Green+Blue) = 203+127+52=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F34 is #3480CB. Grayscale: #8D8D8D. Windows color (decimal): -3440844 or 3440587. OLE color: 3440587.
HSL color Cylindrical-coordinate representation of color #CB7F34: hue angle of 29.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB7F34 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 52 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.20 |
| HSL | 29.8º | 0.59% | 0.5% | - |
| HSV(B) | 29.8º | 0.74% | 0.8% | - |
| XYZ | 32.84 | 28.12 | 6.95 | - |
| YUV | 141.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 52 | 0 | 0.37 | 0.74 | 0.20 | 29.8 | 0.59 | 0.5 |
| Hex | CB | 7F | 34 | 0 | 25 | 4A | 14 | 1E | 3B | 32 |
| Octal | 313 | 177 | 64 | 0 | 45 | 112 | 24 | 36 | 73 | 62 |
| Binary | 11001011 | 1111111 | 110100 | 0 | 100101 | 1001010 | 10100 | 11110 | 111011 | 110010 |
Color Harmonies of #CB7F34
Complementary color
Monochromatic Colors of #CB7F34
Black with #CB7F34
Text Example
Text Example
White with #CB7F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F34; }
p { color: rgb(203,127,52); }
H1.HeaderClassName
{
color: #CB7F34;
}
.AnyTagClassName
{
color: #CB7F34;
}
</style>
background-color css
<style>
a { background-color: #CB7F34; }
a { background-color: rgb(203,127,52); }
div.DivClassName
{
background-color: #CB7F34;
}
.BgClassName
{
background-color: #CB7F34;
}
</style>
border-color css
<style>
span { border-color: #CB7F34; }
span { border-color: rgb(203,127,52); }
td.TdClassName
{
border-color: #CB7F34;
}
.TagClassName
{
border-color: #CB7F34;
}
</style>