Shades of Twine #C59352
Tints of Twine #C59352
RGB
CMYK
RGB Variations
Color information
#C59352 (or 0xC59352) is known color: Twine. HEX triplet: C5, 93 and 52. RGB value is (197,147,82). Sum of RGB (Red+Green+Blue) = 197+147+82=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C59352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59352 is #3A6CAD. Grayscale: #9A9A9A. Windows color (decimal): -3828910 or 5411781. OLE color: 5411781.
HSL color Cylindrical-coordinate representation of color #C59352: hue angle of 33.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C59352 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 82 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.23 |
| HSL | 33.91º | 0.5% | 0.55% | - |
| HSV(B) | 33.91º | 0.58% | 0.77% | - |
| XYZ | 34.98 | 33.35 | 12.58 | - |
| YUV | 154.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 82 | 0 | 0.25 | 0.58 | 0.23 | 33.91 | 0.5 | 0.55 |
| Hex | C5 | 93 | 52 | 0 | 19 | 3A | 17 | 22 | 32 | 37 |
| Octal | 305 | 223 | 122 | 0 | 31 | 72 | 27 | 42 | 62 | 67 |
| Binary | 11000101 | 10010011 | 1010010 | 0 | 11001 | 111010 | 10111 | 100010 | 110010 | 110111 |
Color Harmonies of #C59352
Complementary color
Monochromatic Colors of #C59352
Black with #C59352
Text Example
Text Example
White with #C59352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59352; }
p { color: rgb(197,147,82); }
H1.HeaderClassName
{
color: #C59352;
}
.AnyTagClassName
{
color: #C59352;
}
</style>
background-color css
<style>
a { background-color: #C59352; }
a { background-color: rgb(197,147,82); }
div.DivClassName
{
background-color: #C59352;
}
.BgClassName
{
background-color: #C59352;
}
</style>
border-color css
<style>
span { border-color: #C59352; }
span { border-color: rgb(197,147,82); }
td.TdClassName
{
border-color: #C59352;
}
.TagClassName
{
border-color: #C59352;
}
</style>