Shades of Twine #C59652
Tints of Twine #C59652
RGB
CMYK
RGB Variations
Color information
#C59652 (or 0xC59652) is known color: Twine. HEX triplet: C5, 96 and 52. RGB value is (197,150,82). Sum of RGB (Red+Green+Blue) = 197+150+82=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C59652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59652 is #3A69AD. Grayscale: #9C9C9C. Windows color (decimal): -3828142 or 5412549. OLE color: 5412549.
HSL color Cylindrical-coordinate representation of color #C59652: hue angle of 35.48º 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 #C59652 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 82 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.23 |
| HSL | 35.48º | 0.5% | 0.55% | - |
| HSV(B) | 35.48º | 0.58% | 0.77% | - |
| XYZ | 35.46 | 34.29 | 12.73 | - |
| YUV | 156.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 82 | 0 | 0.24 | 0.58 | 0.23 | 35.48 | 0.5 | 0.55 |
| Hex | C5 | 96 | 52 | 0 | 18 | 3A | 17 | 23 | 32 | 37 |
| Octal | 305 | 226 | 122 | 0 | 30 | 72 | 27 | 43 | 62 | 67 |
| Binary | 11000101 | 10010110 | 1010010 | 0 | 11000 | 111010 | 10111 | 100011 | 110010 | 110111 |
Color Harmonies of #C59652
Complementary color
Monochromatic Colors of #C59652
Black with #C59652
Text Example
Text Example
White with #C59652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59652; }
p { color: rgb(197,150,82); }
H1.HeaderClassName
{
color: #C59652;
}
.AnyTagClassName
{
color: #C59652;
}
</style>
background-color css
<style>
a { background-color: #C59652; }
a { background-color: rgb(197,150,82); }
div.DivClassName
{
background-color: #C59652;
}
.BgClassName
{
background-color: #C59652;
}
</style>
border-color css
<style>
span { border-color: #C59652; }
span { border-color: rgb(197,150,82); }
td.TdClassName
{
border-color: #C59652;
}
.TagClassName
{
border-color: #C59652;
}
</style>