Shades of Bronze #CB7732
Tints of Bronze #CB7732
RGB
CMYK
RGB Variations
Color information
#CB7732 (or 0xCB7732) is known color: Bronze. HEX triplet: CB, 77 and 32. RGB value is (203,119,50). Sum of RGB (Red+Green+Blue) = 203+119+50=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7732 is #3488CD. Grayscale: #888888. Windows color (decimal): -3442894 or 3307467. OLE color: 3307467.
HSL color Cylindrical-coordinate representation of color #CB7732: hue angle of 27.06º 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 #CB7732 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 50 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.20 |
| HSL | 27.06º | 0.6% | 0.5% | - |
| HSV(B) | 27.06º | 0.75% | 0.8% | - |
| XYZ | 31.8 | 26.12 | 6.38 | - |
| YUV | 136.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 50 | 0 | 0.41 | 0.75 | 0.20 | 27.06 | 0.6 | 0.5 |
| Hex | CB | 77 | 32 | 0 | 29 | 4B | 14 | 1B | 3C | 32 |
| Octal | 313 | 167 | 62 | 0 | 51 | 113 | 24 | 33 | 74 | 62 |
| Binary | 11001011 | 1110111 | 110010 | 0 | 101001 | 1001011 | 10100 | 11011 | 111100 | 110010 |
Color Harmonies of #CB7732
Complementary color
Monochromatic Colors of #CB7732
Black with #CB7732
Text Example
Text Example
White with #CB7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7732; }
p { color: rgb(203,119,50); }
H1.HeaderClassName
{
color: #CB7732;
}
.AnyTagClassName
{
color: #CB7732;
}
</style>
background-color css
<style>
a { background-color: #CB7732; }
a { background-color: rgb(203,119,50); }
div.DivClassName
{
background-color: #CB7732;
}
.BgClassName
{
background-color: #CB7732;
}
</style>
border-color css
<style>
span { border-color: #CB7732; }
span { border-color: rgb(203,119,50); }
td.TdClassName
{
border-color: #CB7732;
}
.TagClassName
{
border-color: #CB7732;
}
</style>