Shades of Bronze #CD762F
Tints of Bronze #CD762F
RGB
CMYK
RGB Variations
Color information
#CD762F (or 0xCD762F) is known color: Bronze. HEX triplet: CD, 76 and 2F. RGB value is (205,118,47). Sum of RGB (Red+Green+Blue) = 205+118+47=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD762F is #3289D0. Grayscale: #888888. Windows color (decimal): -3312081 or 3110605. OLE color: 3110605.
HSL color Cylindrical-coordinate representation of color #CD762F: hue angle of 26.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD762F is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 47 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.20 |
| HSL | 26.96º | 0.63% | 0.49% | - |
| HSV(B) | 26.96º | 0.77% | 0.8% | - |
| XYZ | 32.17 | 26.14 | 6.04 | - |
| YUV | 135.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 47 | 0 | 0.42 | 0.77 | 0.20 | 26.96 | 0.63 | 0.49 |
| Hex | CD | 76 | 2F | 0 | 2A | 4D | 14 | 1B | 3F | 31 |
| Octal | 315 | 166 | 57 | 0 | 52 | 115 | 24 | 33 | 77 | 61 |
| Binary | 11001101 | 1110110 | 101111 | 0 | 101010 | 1001101 | 10100 | 11011 | 111111 | 110001 |
Color Harmonies of #CD762F
Complementary color
Monochromatic Colors of #CD762F
Black with #CD762F
Text Example
Text Example
White with #CD762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD762F; }
p { color: rgb(205,118,47); }
H1.HeaderClassName
{
color: #CD762F;
}
.AnyTagClassName
{
color: #CD762F;
}
</style>
background-color css
<style>
a { background-color: #CD762F; }
a { background-color: rgb(205,118,47); }
div.DivClassName
{
background-color: #CD762F;
}
.BgClassName
{
background-color: #CD762F;
}
</style>
border-color css
<style>
span { border-color: #CD762F; }
span { border-color: rgb(205,118,47); }
td.TdClassName
{
border-color: #CD762F;
}
.TagClassName
{
border-color: #CD762F;
}
</style>