Shades of Bronze #C67830
Tints of Bronze #C67830
RGB
CMYK
RGB Variations
Color information
#C67830 (or 0xC67830) is known color: Bronze. HEX triplet: C6, 78 and 30. RGB value is (198,120,48). Sum of RGB (Red+Green+Blue) = 198+120+48=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C67830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67830 is #3987CF. Grayscale: #878787. Windows color (decimal): -3770320 or 3176646. OLE color: 3176646.
HSL color Cylindrical-coordinate representation of color #C67830: hue angle of 28.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C67830 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 48 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.22 |
| HSL | 28.8º | 0.61% | 0.48% | - |
| HSV(B) | 28.8º | 0.76% | 0.78% | - |
| XYZ | 30.54 | 25.65 | 6.14 | - |
| YUV | 135.11 | 78.84 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 48 | 0 | 0.39 | 0.76 | 0.22 | 28.8 | 0.61 | 0.48 |
| Hex | C6 | 78 | 30 | 0 | 27 | 4C | 16 | 1D | 3D | 30 |
| Octal | 306 | 170 | 60 | 0 | 47 | 114 | 26 | 35 | 75 | 60 |
| Binary | 11000110 | 1111000 | 110000 | 0 | 100111 | 1001100 | 10110 | 11101 | 111101 | 110000 |
Color Harmonies of #C67830
Complementary color
Monochromatic Colors of #C67830
Black with #C67830
Text Example
Text Example
White with #C67830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67830; }
p { color: rgb(198,120,48); }
H1.HeaderClassName
{
color: #C67830;
}
.AnyTagClassName
{
color: #C67830;
}
</style>
background-color css
<style>
a { background-color: #C67830; }
a { background-color: rgb(198,120,48); }
div.DivClassName
{
background-color: #C67830;
}
.BgClassName
{
background-color: #C67830;
}
</style>
border-color css
<style>
span { border-color: #C67830; }
span { border-color: rgb(198,120,48); }
td.TdClassName
{
border-color: #C67830;
}
.TagClassName
{
border-color: #C67830;
}
</style>