Shades of Bronze #CD7B2B
Tints of Bronze #CD7B2B
RGB
CMYK
RGB Variations
Color information
#CD7B2B (or 0xCD7B2B) is known color: Bronze. HEX triplet: CD, 7B and 2B. RGB value is (205,123,43). Sum of RGB (Red+Green+Blue) = 205+123+43=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B2B is #3284D4. Grayscale: #8A8A8A. Windows color (decimal): -3310805 or 2849741. OLE color: 2849741.
HSL color Cylindrical-coordinate representation of color #CD7B2B: hue angle of 29.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD7B2B is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 43 | - |
| CMYK | 0 | 0.4 | 0.79 | 0.20 |
| HSL | 29.63º | 0.65% | 0.49% | - |
| HSV(B) | 29.63º | 0.79% | 0.8% | - |
| XYZ | 32.7 | 27.32 | 5.84 | - |
| YUV | 138.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 43 | 0 | 0.4 | 0.79 | 0.20 | 29.63 | 0.65 | 0.49 |
| Hex | CD | 7B | 2B | 0 | 28 | 4F | 14 | 1E | 41 | 31 |
| Octal | 315 | 173 | 53 | 0 | 50 | 117 | 24 | 36 | 101 | 61 |
| Binary | 11001101 | 1111011 | 101011 | 0 | 101000 | 1001111 | 10100 | 11110 | 1000001 | 110001 |
Color Harmonies of #CD7B2B
Complementary color
Monochromatic Colors of #CD7B2B
Black with #CD7B2B
Text Example
Text Example
White with #CD7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B2B; }
p { color: rgb(205,123,43); }
H1.HeaderClassName
{
color: #CD7B2B;
}
.AnyTagClassName
{
color: #CD7B2B;
}
</style>
background-color css
<style>
a { background-color: #CD7B2B; }
a { background-color: rgb(205,123,43); }
div.DivClassName
{
background-color: #CD7B2B;
}
.BgClassName
{
background-color: #CD7B2B;
}
</style>
border-color css
<style>
span { border-color: #CD7B2B; }
span { border-color: rgb(205,123,43); }
td.TdClassName
{
border-color: #CD7B2B;
}
.TagClassName
{
border-color: #CD7B2B;
}
</style>