Shades of Bronze #CB7C36
Tints of Bronze #CB7C36
RGB
CMYK
RGB Variations
Color information
#CB7C36 (or 0xCB7C36) is known color: Bronze. HEX triplet: CB, 7C and 36. RGB value is (203,124,54). Sum of RGB (Red+Green+Blue) = 203+124+54=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C36 is #3483C9. Grayscale: #8C8C8C. Windows color (decimal): -3441610 or 3570891. OLE color: 3570891.
HSL color Cylindrical-coordinate representation of color #CB7C36: hue angle of 28.19º 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 #CB7C36 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 54 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.20 |
| HSL | 28.19º | 0.59% | 0.5% | - |
| HSV(B) | 28.19º | 0.73% | 0.8% | - |
| XYZ | 32.5 | 27.38 | 7.06 | - |
| YUV | 139.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 54 | 0 | 0.39 | 0.73 | 0.20 | 28.19 | 0.59 | 0.5 |
| Hex | CB | 7C | 36 | 0 | 27 | 49 | 14 | 1C | 3B | 32 |
| Octal | 313 | 174 | 66 | 0 | 47 | 111 | 24 | 34 | 73 | 62 |
| Binary | 11001011 | 1111100 | 110110 | 0 | 100111 | 1001001 | 10100 | 11100 | 111011 | 110010 |
Color Harmonies of #CB7C36
Complementary color
Monochromatic Colors of #CB7C36
Black with #CB7C36
Text Example
Text Example
White with #CB7C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C36; }
p { color: rgb(203,124,54); }
H1.HeaderClassName
{
color: #CB7C36;
}
.AnyTagClassName
{
color: #CB7C36;
}
</style>
background-color css
<style>
a { background-color: #CB7C36; }
a { background-color: rgb(203,124,54); }
div.DivClassName
{
background-color: #CB7C36;
}
.BgClassName
{
background-color: #CB7C36;
}
</style>
border-color css
<style>
span { border-color: #CB7C36; }
span { border-color: rgb(203,124,54); }
td.TdClassName
{
border-color: #CB7C36;
}
.TagClassName
{
border-color: #CB7C36;
}
</style>