Shades of Bronze #C97833
Tints of Bronze #C97833
RGB
CMYK
RGB Variations
Color information
#C97833 (or 0xC97833) is known color: Bronze. HEX triplet: C9, 78 and 33. RGB value is (201,120,51). Sum of RGB (Red+Green+Blue) = 201+120+51=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C97833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97833 is #3687CC. Grayscale: #888888. Windows color (decimal): -3573709 or 3373257. OLE color: 3373257.
HSL color Cylindrical-coordinate representation of color #C97833: hue angle of 27.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C97833 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 51 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.21 |
| HSL | 27.6º | 0.6% | 0.49% | - |
| HSV(B) | 27.6º | 0.75% | 0.79% | - |
| XYZ | 31.4 | 26.09 | 6.51 | - |
| YUV | 136.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 51 | 0 | 0.40 | 0.75 | 0.21 | 27.6 | 0.6 | 0.49 |
| Hex | C9 | 78 | 33 | 0 | 28 | 4B | 15 | 1C | 3C | 31 |
| Octal | 311 | 170 | 63 | 0 | 50 | 113 | 25 | 34 | 74 | 61 |
| Binary | 11001001 | 1111000 | 110011 | 0 | 101000 | 1001011 | 10101 | 11100 | 111100 | 110001 |
Color Harmonies of #C97833
Complementary color
Monochromatic Colors of #C97833
Black with #C97833
Text Example
Text Example
White with #C97833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97833; }
p { color: rgb(201,120,51); }
H1.HeaderClassName
{
color: #C97833;
}
.AnyTagClassName
{
color: #C97833;
}
</style>
background-color css
<style>
a { background-color: #C97833; }
a { background-color: rgb(201,120,51); }
div.DivClassName
{
background-color: #C97833;
}
.BgClassName
{
background-color: #C97833;
}
</style>
border-color css
<style>
span { border-color: #C97833; }
span { border-color: rgb(201,120,51); }
td.TdClassName
{
border-color: #C97833;
}
.TagClassName
{
border-color: #C97833;
}
</style>