Shades of Bronze #C97835
Tints of Bronze #C97835
RGB
CMYK
RGB Variations
Color information
#C97835 (or 0xC97835) is known color: Bronze. HEX triplet: C9, 78 and 35. RGB value is (201,120,53). Sum of RGB (Red+Green+Blue) = 201+120+53=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C97835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97835 is #3687CA. Grayscale: #888888. Windows color (decimal): -3573707 or 3504329. OLE color: 3504329.
HSL color Cylindrical-coordinate representation of color #C97835: hue angle of 27.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C97835 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 53 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.21 |
| HSL | 27.16º | 0.58% | 0.5% | - |
| HSV(B) | 27.16º | 0.74% | 0.79% | - |
| XYZ | 31.45 | 26.11 | 6.75 | - |
| YUV | 136.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 53 | 0 | 0.40 | 0.74 | 0.21 | 27.16 | 0.58 | 0.5 |
| Hex | C9 | 78 | 35 | 0 | 28 | 4A | 15 | 1B | 3A | 32 |
| Octal | 311 | 170 | 65 | 0 | 50 | 112 | 25 | 33 | 72 | 62 |
| Binary | 11001001 | 1111000 | 110101 | 0 | 101000 | 1001010 | 10101 | 11011 | 111010 | 110010 |
Color Harmonies of #C97835
Complementary color
Monochromatic Colors of #C97835
Black with #C97835
Text Example
Text Example
White with #C97835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97835; }
p { color: rgb(201,120,53); }
H1.HeaderClassName
{
color: #C97835;
}
.AnyTagClassName
{
color: #C97835;
}
</style>
background-color css
<style>
a { background-color: #C97835; }
a { background-color: rgb(201,120,53); }
div.DivClassName
{
background-color: #C97835;
}
.BgClassName
{
background-color: #C97835;
}
</style>
border-color css
<style>
span { border-color: #C97835; }
span { border-color: rgb(201,120,53); }
td.TdClassName
{
border-color: #C97835;
}
.TagClassName
{
border-color: #C97835;
}
</style>