Shades of Bronze #CB7C33
Tints of Bronze #CB7C33
RGB
CMYK
RGB Variations
Color information
#CB7C33 (or 0xCB7C33) is known color: Bronze. HEX triplet: CB, 7C and 33. RGB value is (203,124,51). Sum of RGB (Red+Green+Blue) = 203+124+51=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C33 is #3483CC. Grayscale: #8B8B8B. Windows color (decimal): -3441613 or 3374283. OLE color: 3374283.
HSL color Cylindrical-coordinate representation of color #CB7C33: hue angle of 28.82º 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 #CB7C33 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 51 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.20 |
| HSL | 28.82º | 0.6% | 0.5% | - |
| HSV(B) | 28.82º | 0.75% | 0.8% | - |
| XYZ | 32.43 | 27.35 | 6.7 | - |
| YUV | 139.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 51 | 0 | 0.39 | 0.75 | 0.20 | 28.82 | 0.6 | 0.5 |
| Hex | CB | 7C | 33 | 0 | 27 | 4B | 14 | 1D | 3C | 32 |
| Octal | 313 | 174 | 63 | 0 | 47 | 113 | 24 | 35 | 74 | 62 |
| Binary | 11001011 | 1111100 | 110011 | 0 | 100111 | 1001011 | 10100 | 11101 | 111100 | 110010 |
Color Harmonies of #CB7C33
Complementary color
Monochromatic Colors of #CB7C33
Black with #CB7C33
Text Example
Text Example
White with #CB7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C33; }
p { color: rgb(203,124,51); }
H1.HeaderClassName
{
color: #CB7C33;
}
.AnyTagClassName
{
color: #CB7C33;
}
</style>
background-color css
<style>
a { background-color: #CB7C33; }
a { background-color: rgb(203,124,51); }
div.DivClassName
{
background-color: #CB7C33;
}
.BgClassName
{
background-color: #CB7C33;
}
</style>
border-color css
<style>
span { border-color: #CB7C33; }
span { border-color: rgb(203,124,51); }
td.TdClassName
{
border-color: #CB7C33;
}
.TagClassName
{
border-color: #CB7C33;
}
</style>