Shades of Bronze #C87832
Tints of Bronze #C87832
RGB
CMYK
RGB Variations
Color information
#C87832 (or 0xC87832) is known color: Bronze. HEX triplet: C8, 78 and 32. RGB value is (200,120,50). Sum of RGB (Red+Green+Blue) = 200+120+50=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C87832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87832 is #3787CD. Grayscale: #888888. Windows color (decimal): -3639246 or 3307720. OLE color: 3307720.
HSL color Cylindrical-coordinate representation of color #C87832: hue angle of 28º degrees, saturation: 0.6, 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 #C87832 is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 50 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.22 |
| HSL | 28º | 0.6% | 0.49% | - |
| HSV(B) | 28º | 0.75% | 0.78% | - |
| XYZ | 31.11 | 25.94 | 6.39 | - |
| YUV | 135.94 | 79.5 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 50 | 0 | 0.4 | 0.75 | 0.22 | 28 | 0.6 | 0.49 |
| Hex | C8 | 78 | 32 | 0 | 28 | 4B | 16 | 1C | 3C | 31 |
| Octal | 310 | 170 | 62 | 0 | 50 | 113 | 26 | 34 | 74 | 61 |
| Binary | 11001000 | 1111000 | 110010 | 0 | 101000 | 1001011 | 10110 | 11100 | 111100 | 110001 |
Color Harmonies of #C87832
Complementary color
Monochromatic Colors of #C87832
Black with #C87832
Text Example
Text Example
White with #C87832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87832; }
p { color: rgb(200,120,50); }
H1.HeaderClassName
{
color: #C87832;
}
.AnyTagClassName
{
color: #C87832;
}
</style>
background-color css
<style>
a { background-color: #C87832; }
a { background-color: rgb(200,120,50); }
div.DivClassName
{
background-color: #C87832;
}
.BgClassName
{
background-color: #C87832;
}
</style>
border-color css
<style>
span { border-color: #C87832; }
span { border-color: rgb(200,120,50); }
td.TdClassName
{
border-color: #C87832;
}
.TagClassName
{
border-color: #C87832;
}
</style>