Shades of Bronze #CB7733
Tints of Bronze #CB7733
RGB
CMYK
RGB Variations
Color information
#CB7733 (or 0xCB7733) is known color: Bronze. HEX triplet: CB, 77 and 33. RGB value is (203,119,51). Sum of RGB (Red+Green+Blue) = 203+119+51=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7733 is #3488CC. Grayscale: #888888. Windows color (decimal): -3442893 or 3373003. OLE color: 3373003.
HSL color Cylindrical-coordinate representation of color #CB7733: hue angle of 26.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB7733 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 51 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.20 |
| HSL | 26.84º | 0.6% | 0.5% | - |
| HSV(B) | 26.84º | 0.75% | 0.8% | - |
| XYZ | 31.82 | 26.13 | 6.5 | - |
| YUV | 136.36 | 79.83 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 51 | 0 | 0.41 | 0.75 | 0.20 | 26.84 | 0.6 | 0.5 |
| Hex | CB | 77 | 33 | 0 | 29 | 4B | 14 | 1B | 3C | 32 |
| Octal | 313 | 167 | 63 | 0 | 51 | 113 | 24 | 33 | 74 | 62 |
| Binary | 11001011 | 1110111 | 110011 | 0 | 101001 | 1001011 | 10100 | 11011 | 111100 | 110010 |
Color Harmonies of #CB7733
Complementary color
Monochromatic Colors of #CB7733
Black with #CB7733
Text Example
Text Example
White with #CB7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7733; }
p { color: rgb(203,119,51); }
H1.HeaderClassName
{
color: #CB7733;
}
.AnyTagClassName
{
color: #CB7733;
}
</style>
background-color css
<style>
a { background-color: #CB7733; }
a { background-color: rgb(203,119,51); }
div.DivClassName
{
background-color: #CB7733;
}
.BgClassName
{
background-color: #CB7733;
}
</style>
border-color css
<style>
span { border-color: #CB7733; }
span { border-color: rgb(203,119,51); }
td.TdClassName
{
border-color: #CB7733;
}
.TagClassName
{
border-color: #CB7733;
}
</style>