Shades of Bronze #CB7B2D
Tints of Bronze #CB7B2D
RGB
CMYK
RGB Variations
Color information
#CB7B2D (or 0xCB7B2D) is known color: Bronze. HEX triplet: CB, 7B and 2D. RGB value is (203,123,45). Sum of RGB (Red+Green+Blue) = 203+123+45=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B2D is #3484D2. Grayscale: #8A8A8A. Windows color (decimal): -3441875 or 2980811. OLE color: 2980811.
HSL color Cylindrical-coordinate representation of color #CB7B2D: hue angle of 29.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB7B2D is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 45 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.20 |
| HSL | 29.62º | 0.64% | 0.49% | - |
| HSV(B) | 29.62º | 0.78% | 0.8% | - |
| XYZ | 32.19 | 27.05 | 6.01 | - |
| YUV | 138.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 45 | 0 | 0.39 | 0.78 | 0.20 | 29.62 | 0.64 | 0.49 |
| Hex | CB | 7B | 2D | 0 | 27 | 4E | 14 | 1E | 40 | 31 |
| Octal | 313 | 173 | 55 | 0 | 47 | 116 | 24 | 36 | 100 | 61 |
| Binary | 11001011 | 1111011 | 101101 | 0 | 100111 | 1001110 | 10100 | 11110 | 1000000 | 110001 |
Color Harmonies of #CB7B2D
Complementary color
Monochromatic Colors of #CB7B2D
Black with #CB7B2D
Text Example
Text Example
White with #CB7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B2D; }
p { color: rgb(203,123,45); }
H1.HeaderClassName
{
color: #CB7B2D;
}
.AnyTagClassName
{
color: #CB7B2D;
}
</style>
background-color css
<style>
a { background-color: #CB7B2D; }
a { background-color: rgb(203,123,45); }
div.DivClassName
{
background-color: #CB7B2D;
}
.BgClassName
{
background-color: #CB7B2D;
}
</style>
border-color css
<style>
span { border-color: #CB7B2D; }
span { border-color: rgb(203,123,45); }
td.TdClassName
{
border-color: #CB7B2D;
}
.TagClassName
{
border-color: #CB7B2D;
}
</style>