Shades of Bronze #CB7630
Tints of Bronze #CB7630
RGB
CMYK
RGB Variations
Color information
#CB7630 (or 0xCB7630) is known color: Bronze. HEX triplet: CB, 76 and 30. RGB value is (203,118,48). Sum of RGB (Red+Green+Blue) = 203+118+48=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7630 is #3489CF. Grayscale: #878787. Windows color (decimal): -3443152 or 3176139. OLE color: 3176139.
HSL color Cylindrical-coordinate representation of color #CB7630: hue angle of 27.1º degrees, saturation: 0.62, 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 #CB7630 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 48 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.20 |
| HSL | 27.1º | 0.62% | 0.49% | - |
| HSV(B) | 27.1º | 0.76% | 0.8% | - |
| XYZ | 31.64 | 25.87 | 6.12 | - |
| YUV | 135.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 48 | 0 | 0.42 | 0.76 | 0.20 | 27.1 | 0.62 | 0.49 |
| Hex | CB | 76 | 30 | 0 | 2A | 4C | 14 | 1B | 3E | 31 |
| Octal | 313 | 166 | 60 | 0 | 52 | 114 | 24 | 33 | 76 | 61 |
| Binary | 11001011 | 1110110 | 110000 | 0 | 101010 | 1001100 | 10100 | 11011 | 111110 | 110001 |
Color Harmonies of #CB7630
Complementary color
Monochromatic Colors of #CB7630
Black with #CB7630
Text Example
Text Example
White with #CB7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7630; }
p { color: rgb(203,118,48); }
H1.HeaderClassName
{
color: #CB7630;
}
.AnyTagClassName
{
color: #CB7630;
}
</style>
background-color css
<style>
a { background-color: #CB7630; }
a { background-color: rgb(203,118,48); }
div.DivClassName
{
background-color: #CB7630;
}
.BgClassName
{
background-color: #CB7630;
}
</style>
border-color css
<style>
span { border-color: #CB7630; }
span { border-color: rgb(203,118,48); }
td.TdClassName
{
border-color: #CB7630;
}
.TagClassName
{
border-color: #CB7630;
}
</style>