Shades of Bronze #C87D31
Tints of Bronze #C87D31
RGB
CMYK
RGB Variations
Color information
#C87D31 (or 0xC87D31) is known color: Bronze. HEX triplet: C8, 7D and 31. RGB value is (200,125,49). Sum of RGB (Red+Green+Blue) = 200+125+49=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D31 is #3782CE. Grayscale: #8B8B8B. Windows color (decimal): -3637967 or 3243464. OLE color: 3243464.
HSL color Cylindrical-coordinate representation of color #C87D31: hue angle of 30.2º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87D31 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 49 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.22 |
| HSL | 30.2º | 0.61% | 0.49% | - |
| HSV(B) | 30.2º | 0.76% | 0.78% | - |
| XYZ | 31.71 | 27.17 | 6.48 | - |
| YUV | 138.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 49 | 0 | 0.38 | 0.76 | 0.22 | 30.2 | 0.61 | 0.49 |
| Hex | C8 | 7D | 31 | 0 | 26 | 4C | 16 | 1E | 3D | 31 |
| Octal | 310 | 175 | 61 | 0 | 46 | 114 | 26 | 36 | 75 | 61 |
| Binary | 11001000 | 1111101 | 110001 | 0 | 100110 | 1001100 | 10110 | 11110 | 111101 | 110001 |
Color Harmonies of #C87D31
Complementary color
Monochromatic Colors of #C87D31
Black with #C87D31
Text Example
Text Example
White with #C87D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D31; }
p { color: rgb(200,125,49); }
H1.HeaderClassName
{
color: #C87D31;
}
.AnyTagClassName
{
color: #C87D31;
}
</style>
background-color css
<style>
a { background-color: #C87D31; }
a { background-color: rgb(200,125,49); }
div.DivClassName
{
background-color: #C87D31;
}
.BgClassName
{
background-color: #C87D31;
}
</style>
border-color css
<style>
span { border-color: #C87D31; }
span { border-color: rgb(200,125,49); }
td.TdClassName
{
border-color: #C87D31;
}
.TagClassName
{
border-color: #C87D31;
}
</style>