Shades of Bronze #CD7D30
Tints of Bronze #CD7D30
RGB
CMYK
RGB Variations
Color information
#CD7D30 (or 0xCD7D30) is known color: Bronze. HEX triplet: CD, 7D and 30. RGB value is (205,125,48). Sum of RGB (Red+Green+Blue) = 205+125+48=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D30 is #3282CF. Grayscale: #8C8C8C. Windows color (decimal): -3310288 or 3177933. OLE color: 3177933.
HSL color Cylindrical-coordinate representation of color #CD7D30: hue angle of 29.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD7D30 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 48 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.20 |
| HSL | 29.43º | 0.62% | 0.5% | - |
| HSV(B) | 29.43º | 0.77% | 0.8% | - |
| XYZ | 33.04 | 27.86 | 6.43 | - |
| YUV | 140.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 48 | 0 | 0.39 | 0.77 | 0.20 | 29.43 | 0.62 | 0.5 |
| Hex | CD | 7D | 30 | 0 | 27 | 4D | 14 | 1D | 3E | 32 |
| Octal | 315 | 175 | 60 | 0 | 47 | 115 | 24 | 35 | 76 | 62 |
| Binary | 11001101 | 1111101 | 110000 | 0 | 100111 | 1001101 | 10100 | 11101 | 111110 | 110010 |
Color Harmonies of #CD7D30
Complementary color
Monochromatic Colors of #CD7D30
Black with #CD7D30
Text Example
Text Example
White with #CD7D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D30; }
p { color: rgb(205,125,48); }
H1.HeaderClassName
{
color: #CD7D30;
}
.AnyTagClassName
{
color: #CD7D30;
}
</style>
background-color css
<style>
a { background-color: #CD7D30; }
a { background-color: rgb(205,125,48); }
div.DivClassName
{
background-color: #CD7D30;
}
.BgClassName
{
background-color: #CD7D30;
}
</style>
border-color css
<style>
span { border-color: #CD7D30; }
span { border-color: rgb(205,125,48); }
td.TdClassName
{
border-color: #CD7D30;
}
.TagClassName
{
border-color: #CD7D30;
}
</style>