Shades of Bronze #CD762D
Tints of Bronze #CD762D
RGB
CMYK
RGB Variations
Color information
#CD762D (or 0xCD762D) is known color: Bronze. HEX triplet: CD, 76 and 2D. RGB value is (205,118,45). Sum of RGB (Red+Green+Blue) = 205+118+45=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD762D is #3289D2. Grayscale: #888888. Windows color (decimal): -3312083 or 2979533. OLE color: 2979533.
HSL color Cylindrical-coordinate representation of color #CD762D: hue angle of 27.38º 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 #CD762D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 45 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.20 |
| HSL | 27.38º | 0.64% | 0.49% | - |
| HSV(B) | 27.38º | 0.78% | 0.8% | - |
| XYZ | 32.13 | 26.13 | 5.83 | - |
| YUV | 135.69 | 76.82 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 45 | 0 | 0.42 | 0.78 | 0.20 | 27.38 | 0.64 | 0.49 |
| Hex | CD | 76 | 2D | 0 | 2A | 4E | 14 | 1B | 40 | 31 |
| Octal | 315 | 166 | 55 | 0 | 52 | 116 | 24 | 33 | 100 | 61 |
| Binary | 11001101 | 1110110 | 101101 | 0 | 101010 | 1001110 | 10100 | 11011 | 1000000 | 110001 |
Color Harmonies of #CD762D
Complementary color
Monochromatic Colors of #CD762D
Black with #CD762D
Text Example
Text Example
White with #CD762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD762D; }
p { color: rgb(205,118,45); }
H1.HeaderClassName
{
color: #CD762D;
}
.AnyTagClassName
{
color: #CD762D;
}
</style>
background-color css
<style>
a { background-color: #CD762D; }
a { background-color: rgb(205,118,45); }
div.DivClassName
{
background-color: #CD762D;
}
.BgClassName
{
background-color: #CD762D;
}
</style>
border-color css
<style>
span { border-color: #CD762D; }
span { border-color: rgb(205,118,45); }
td.TdClassName
{
border-color: #CD762D;
}
.TagClassName
{
border-color: #CD762D;
}
</style>