Shades of Bronze #C87B34
Tints of Bronze #C87B34
RGB
CMYK
RGB Variations
Color information
#C87B34 (or 0xC87B34) is known color: Bronze. HEX triplet: C8, 7B and 34. RGB value is (200,123,52). Sum of RGB (Red+Green+Blue) = 200+123+52=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B34 is #3784CB. Grayscale: #8A8A8A. Windows color (decimal): -3638476 or 3439560. OLE color: 3439560.
HSL color Cylindrical-coordinate representation of color #C87B34: hue angle of 28.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C87B34 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 52 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.22 |
| HSL | 28.78º | 0.59% | 0.49% | - |
| HSV(B) | 28.78º | 0.74% | 0.78% | - |
| XYZ | 31.52 | 26.69 | 6.74 | - |
| YUV | 137.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 52 | 0 | 0.38 | 0.74 | 0.22 | 28.78 | 0.59 | 0.49 |
| Hex | C8 | 7B | 34 | 0 | 26 | 4A | 16 | 1D | 3B | 31 |
| Octal | 310 | 173 | 64 | 0 | 46 | 112 | 26 | 35 | 73 | 61 |
| Binary | 11001000 | 1111011 | 110100 | 0 | 100110 | 1001010 | 10110 | 11101 | 111011 | 110001 |
Color Harmonies of #C87B34
Complementary color
Monochromatic Colors of #C87B34
Black with #C87B34
Text Example
Text Example
White with #C87B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B34; }
p { color: rgb(200,123,52); }
H1.HeaderClassName
{
color: #C87B34;
}
.AnyTagClassName
{
color: #C87B34;
}
</style>
background-color css
<style>
a { background-color: #C87B34; }
a { background-color: rgb(200,123,52); }
div.DivClassName
{
background-color: #C87B34;
}
.BgClassName
{
background-color: #C87B34;
}
</style>
border-color css
<style>
span { border-color: #C87B34; }
span { border-color: rgb(200,123,52); }
td.TdClassName
{
border-color: #C87B34;
}
.TagClassName
{
border-color: #C87B34;
}
</style>