Shades of Bronze #C67933
Tints of Bronze #C67933
RGB
CMYK
RGB Variations
Color information
#C67933 (or 0xC67933) is known color: Bronze. HEX triplet: C6, 79 and 33. RGB value is (198,121,51). Sum of RGB (Red+Green+Blue) = 198+121+51=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C67933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67933 is #3986CC. Grayscale: #888888. Windows color (decimal): -3770061 or 3373510. OLE color: 3373510.
HSL color Cylindrical-coordinate representation of color #C67933: hue angle of 28.57º 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 #C67933 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 51 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.22 |
| HSL | 28.57º | 0.59% | 0.49% | - |
| HSV(B) | 28.57º | 0.74% | 0.78% | - |
| XYZ | 30.72 | 25.92 | 6.52 | - |
| YUV | 136.04 | 80.01 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 51 | 0 | 0.39 | 0.74 | 0.22 | 28.57 | 0.59 | 0.49 |
| Hex | C6 | 79 | 33 | 0 | 27 | 4A | 16 | 1D | 3B | 31 |
| Octal | 306 | 171 | 63 | 0 | 47 | 112 | 26 | 35 | 73 | 61 |
| Binary | 11000110 | 1111001 | 110011 | 0 | 100111 | 1001010 | 10110 | 11101 | 111011 | 110001 |
Color Harmonies of #C67933
Complementary color
Monochromatic Colors of #C67933
Black with #C67933
Text Example
Text Example
White with #C67933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67933; }
p { color: rgb(198,121,51); }
H1.HeaderClassName
{
color: #C67933;
}
.AnyTagClassName
{
color: #C67933;
}
</style>
background-color css
<style>
a { background-color: #C67933; }
a { background-color: rgb(198,121,51); }
div.DivClassName
{
background-color: #C67933;
}
.BgClassName
{
background-color: #C67933;
}
</style>
border-color css
<style>
span { border-color: #C67933; }
span { border-color: rgb(198,121,51); }
td.TdClassName
{
border-color: #C67933;
}
.TagClassName
{
border-color: #C67933;
}
</style>