Shades of Bronze #CB7631
Tints of Bronze #CB7631
RGB
CMYK
RGB Variations
Color information
#CB7631 (or 0xCB7631) is known color: Bronze. HEX triplet: CB, 76 and 31. RGB value is (203,118,49). Sum of RGB (Red+Green+Blue) = 203+118+49=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7631 is #3489CE. Grayscale: #878787. Windows color (decimal): -3443151 or 3241675. OLE color: 3241675.
HSL color Cylindrical-coordinate representation of color #CB7631: hue angle of 26.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB7631 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 49 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.20 |
| HSL | 26.88º | 0.61% | 0.49% | - |
| HSV(B) | 26.88º | 0.76% | 0.8% | - |
| XYZ | 31.66 | 25.88 | 6.23 | - |
| YUV | 135.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 49 | 0 | 0.42 | 0.76 | 0.20 | 26.88 | 0.61 | 0.49 |
| Hex | CB | 76 | 31 | 0 | 2A | 4C | 14 | 1B | 3D | 31 |
| Octal | 313 | 166 | 61 | 0 | 52 | 114 | 24 | 33 | 75 | 61 |
| Binary | 11001011 | 1110110 | 110001 | 0 | 101010 | 1001100 | 10100 | 11011 | 111101 | 110001 |
Color Harmonies of #CB7631
Complementary color
Monochromatic Colors of #CB7631
Black with #CB7631
Text Example
Text Example
White with #CB7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7631; }
p { color: rgb(203,118,49); }
H1.HeaderClassName
{
color: #CB7631;
}
.AnyTagClassName
{
color: #CB7631;
}
</style>
background-color css
<style>
a { background-color: #CB7631; }
a { background-color: rgb(203,118,49); }
div.DivClassName
{
background-color: #CB7631;
}
.BgClassName
{
background-color: #CB7631;
}
</style>
border-color css
<style>
span { border-color: #CB7631; }
span { border-color: rgb(203,118,49); }
td.TdClassName
{
border-color: #CB7631;
}
.TagClassName
{
border-color: #CB7631;
}
</style>