Shades of Bronze #CB7934
Tints of Bronze #CB7934
RGB
CMYK
RGB Variations
Color information
#CB7934 (or 0xCB7934) is known color: Bronze. HEX triplet: CB, 79 and 34. RGB value is (203,121,52). Sum of RGB (Red+Green+Blue) = 203+121+52=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7934 is #3486CB. Grayscale: #8A8A8A. Windows color (decimal): -3442380 or 3439051. OLE color: 3439051.
HSL color Cylindrical-coordinate representation of color #CB7934: hue angle of 27.42º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB7934 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 52 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.20 |
| HSL | 27.42º | 0.59% | 0.5% | - |
| HSV(B) | 27.42º | 0.74% | 0.8% | - |
| XYZ | 32.09 | 26.62 | 6.7 | - |
| YUV | 137.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 52 | 0 | 0.40 | 0.74 | 0.20 | 27.42 | 0.59 | 0.5 |
| Hex | CB | 79 | 34 | 0 | 28 | 4A | 14 | 1B | 3B | 32 |
| Octal | 313 | 171 | 64 | 0 | 50 | 112 | 24 | 33 | 73 | 62 |
| Binary | 11001011 | 1111001 | 110100 | 0 | 101000 | 1001010 | 10100 | 11011 | 111011 | 110010 |
Color Harmonies of #CB7934
Complementary color
Monochromatic Colors of #CB7934
Black with #CB7934
Text Example
Text Example
White with #CB7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7934; }
p { color: rgb(203,121,52); }
H1.HeaderClassName
{
color: #CB7934;
}
.AnyTagClassName
{
color: #CB7934;
}
</style>
background-color css
<style>
a { background-color: #CB7934; }
a { background-color: rgb(203,121,52); }
div.DivClassName
{
background-color: #CB7934;
}
.BgClassName
{
background-color: #CB7934;
}
</style>
border-color css
<style>
span { border-color: #CB7934; }
span { border-color: rgb(203,121,52); }
td.TdClassName
{
border-color: #CB7934;
}
.TagClassName
{
border-color: #CB7934;
}
</style>