Shades of Twine #C59353
Tints of Twine #C59353
RGB
CMYK
RGB Variations
Color information
#C59353 (or 0xC59353) is known color: Twine. HEX triplet: C5, 93 and 53. RGB value is (197,147,83). Sum of RGB (Red+Green+Blue) = 197+147+83=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59353 is #3A6CAC. Grayscale: #9A9A9A. Windows color (decimal): -3828909 or 5477317. OLE color: 5477317.
HSL color Cylindrical-coordinate representation of color #C59353: hue angle of 33.68º 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 #C59353 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 83 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.23 |
| HSL | 33.68º | 0.5% | 0.55% | - |
| HSV(B) | 33.68º | 0.58% | 0.77% | - |
| XYZ | 35.02 | 33.36 | 12.78 | - |
| YUV | 154.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 83 | 0 | 0.25 | 0.58 | 0.23 | 33.68 | 0.5 | 0.55 |
| Hex | C5 | 93 | 53 | 0 | 19 | 3A | 17 | 22 | 32 | 37 |
| Octal | 305 | 223 | 123 | 0 | 31 | 72 | 27 | 42 | 62 | 67 |
| Binary | 11000101 | 10010011 | 1010011 | 0 | 11001 | 111010 | 10111 | 100010 | 110010 | 110111 |
Color Harmonies of #C59353
Complementary color
Monochromatic Colors of #C59353
Black with #C59353
Text Example
Text Example
White with #C59353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59353; }
p { color: rgb(197,147,83); }
H1.HeaderClassName
{
color: #C59353;
}
.AnyTagClassName
{
color: #C59353;
}
</style>
background-color css
<style>
a { background-color: #C59353; }
a { background-color: rgb(197,147,83); }
div.DivClassName
{
background-color: #C59353;
}
.BgClassName
{
background-color: #C59353;
}
</style>
border-color css
<style>
span { border-color: #C59353; }
span { border-color: rgb(197,147,83); }
td.TdClassName
{
border-color: #C59353;
}
.TagClassName
{
border-color: #C59353;
}
</style>