Shades of Bronze #CD7B2C
Tints of Bronze #CD7B2C
RGB
CMYK
RGB Variations
Color information
#CD7B2C (or 0xCD7B2C) is known color: Bronze. HEX triplet: CD, 7B and 2C. RGB value is (205,123,44). Sum of RGB (Red+Green+Blue) = 205+123+44=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B2C is #3284D3. Grayscale: #8A8A8A. Windows color (decimal): -3310804 or 2915277. OLE color: 2915277.
HSL color Cylindrical-coordinate representation of color #CD7B2C: hue angle of 29.44º 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 #CD7B2C is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 44 | - |
| CMYK | 0 | 0.4 | 0.79 | 0.20 |
| HSL | 29.44º | 0.65% | 0.49% | - |
| HSV(B) | 29.44º | 0.79% | 0.8% | - |
| XYZ | 32.71 | 27.33 | 5.93 | - |
| YUV | 138.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 44 | 0 | 0.4 | 0.79 | 0.20 | 29.44 | 0.65 | 0.49 |
| Hex | CD | 7B | 2C | 0 | 28 | 4F | 14 | 1D | 41 | 31 |
| Octal | 315 | 173 | 54 | 0 | 50 | 117 | 24 | 35 | 101 | 61 |
| Binary | 11001101 | 1111011 | 101100 | 0 | 101000 | 1001111 | 10100 | 11101 | 1000001 | 110001 |
Color Harmonies of #CD7B2C
Complementary color
Monochromatic Colors of #CD7B2C
Black with #CD7B2C
Text Example
Text Example
White with #CD7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B2C; }
p { color: rgb(205,123,44); }
H1.HeaderClassName
{
color: #CD7B2C;
}
.AnyTagClassName
{
color: #CD7B2C;
}
</style>
background-color css
<style>
a { background-color: #CD7B2C; }
a { background-color: rgb(205,123,44); }
div.DivClassName
{
background-color: #CD7B2C;
}
.BgClassName
{
background-color: #CD7B2C;
}
</style>
border-color css
<style>
span { border-color: #CD7B2C; }
span { border-color: rgb(205,123,44); }
td.TdClassName
{
border-color: #CD7B2C;
}
.TagClassName
{
border-color: #CD7B2C;
}
</style>