Shades of Bronze #CB7936
Tints of Bronze #CB7936
RGB
CMYK
RGB Variations
Color information
#CB7936 (or 0xCB7936) is known color: Bronze. HEX triplet: CB, 79 and 36. RGB value is (203,121,54). Sum of RGB (Red+Green+Blue) = 203+121+54=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7936 is #3486C9. Grayscale: #8A8A8A. Windows color (decimal): -3442378 or 3570123. OLE color: 3570123.
HSL color Cylindrical-coordinate representation of color #CB7936: hue angle of 26.98º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB7936 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 54 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.20 |
| HSL | 26.98º | 0.59% | 0.5% | - |
| HSV(B) | 26.98º | 0.73% | 0.8% | - |
| XYZ | 32.13 | 26.64 | 6.94 | - |
| YUV | 137.88 | 80.67 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 54 | 0 | 0.40 | 0.73 | 0.20 | 26.98 | 0.59 | 0.5 |
| Hex | CB | 79 | 36 | 0 | 28 | 49 | 14 | 1B | 3B | 32 |
| Octal | 313 | 171 | 66 | 0 | 50 | 111 | 24 | 33 | 73 | 62 |
| Binary | 11001011 | 1111001 | 110110 | 0 | 101000 | 1001001 | 10100 | 11011 | 111011 | 110010 |
Color Harmonies of #CB7936
Complementary color
Monochromatic Colors of #CB7936
Black with #CB7936
Text Example
Text Example
White with #CB7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7936; }
p { color: rgb(203,121,54); }
H1.HeaderClassName
{
color: #CB7936;
}
.AnyTagClassName
{
color: #CB7936;
}
</style>
background-color css
<style>
a { background-color: #CB7936; }
a { background-color: rgb(203,121,54); }
div.DivClassName
{
background-color: #CB7936;
}
.BgClassName
{
background-color: #CB7936;
}
</style>
border-color css
<style>
span { border-color: #CB7936; }
span { border-color: rgb(203,121,54); }
td.TdClassName
{
border-color: #CB7936;
}
.TagClassName
{
border-color: #CB7936;
}
</style>