Shades of Bronze #C8772D
Tints of Bronze #C8772D
RGB
CMYK
RGB Variations
Color information
#C8772D (or 0xC8772D) is known color: Bronze. HEX triplet: C8, 77 and 2D. RGB value is (200,119,45). Sum of RGB (Red+Green+Blue) = 200+119+45=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8772D is #3788D2. Grayscale: #878787. Windows color (decimal): -3639507 or 2979784. OLE color: 2979784.
HSL color Cylindrical-coordinate representation of color #C8772D: hue angle of 28.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8772D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 45 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.22 |
| HSL | 28.65º | 0.63% | 0.48% | - |
| HSV(B) | 28.65º | 0.78% | 0.78% | - |
| XYZ | 30.89 | 25.66 | 5.81 | - |
| YUV | 134.78 | 77.34 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 45 | 0 | 0.40 | 0.78 | 0.22 | 28.65 | 0.63 | 0.48 |
| Hex | C8 | 77 | 2D | 0 | 28 | 4E | 16 | 1D | 3F | 30 |
| Octal | 310 | 167 | 55 | 0 | 50 | 116 | 26 | 35 | 77 | 60 |
| Binary | 11001000 | 1110111 | 101101 | 0 | 101000 | 1001110 | 10110 | 11101 | 111111 | 110000 |
Color Harmonies of #C8772D
Complementary color
Monochromatic Colors of #C8772D
Black with #C8772D
Text Example
Text Example
White with #C8772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8772D; }
p { color: rgb(200,119,45); }
H1.HeaderClassName
{
color: #C8772D;
}
.AnyTagClassName
{
color: #C8772D;
}
</style>
background-color css
<style>
a { background-color: #C8772D; }
a { background-color: rgb(200,119,45); }
div.DivClassName
{
background-color: #C8772D;
}
.BgClassName
{
background-color: #C8772D;
}
</style>
border-color css
<style>
span { border-color: #C8772D; }
span { border-color: rgb(200,119,45); }
td.TdClassName
{
border-color: #C8772D;
}
.TagClassName
{
border-color: #C8772D;
}
</style>