Shades of Bronze #C77832
Tints of Bronze #C77832
RGB
CMYK
RGB Variations
Color information
#C77832 (or 0xC77832) is known color: Bronze. HEX triplet: C7, 78 and 32. RGB value is (199,120,50). Sum of RGB (Red+Green+Blue) = 199+120+50=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C77832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77832 is #3887CD. Grayscale: #888888. Windows color (decimal): -3704782 or 3307719. OLE color: 3307719.
HSL color Cylindrical-coordinate representation of color #C77832: hue angle of 28.19º 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 #C77832 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 50 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.22 |
| HSL | 28.19º | 0.6% | 0.49% | - |
| HSV(B) | 28.19º | 0.75% | 0.78% | - |
| XYZ | 30.85 | 25.81 | 6.37 | - |
| YUV | 135.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 50 | 0 | 0.40 | 0.75 | 0.22 | 28.19 | 0.6 | 0.49 |
| Hex | C7 | 78 | 32 | 0 | 28 | 4B | 16 | 1C | 3C | 31 |
| Octal | 307 | 170 | 62 | 0 | 50 | 113 | 26 | 34 | 74 | 61 |
| Binary | 11000111 | 1111000 | 110010 | 0 | 101000 | 1001011 | 10110 | 11100 | 111100 | 110001 |
Color Harmonies of #C77832
Complementary color
Monochromatic Colors of #C77832
Black with #C77832
Text Example
Text Example
White with #C77832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77832; }
p { color: rgb(199,120,50); }
H1.HeaderClassName
{
color: #C77832;
}
.AnyTagClassName
{
color: #C77832;
}
</style>
background-color css
<style>
a { background-color: #C77832; }
a { background-color: rgb(199,120,50); }
div.DivClassName
{
background-color: #C77832;
}
.BgClassName
{
background-color: #C77832;
}
</style>
border-color css
<style>
span { border-color: #C77832; }
span { border-color: rgb(199,120,50); }
td.TdClassName
{
border-color: #C77832;
}
.TagClassName
{
border-color: #C77832;
}
</style>