Shades of Twine #C5935D
Tints of Twine #C5935D
RGB
CMYK
RGB Variations
Color information
#C5935D (or 0xC5935D) is known color: Twine. HEX triplet: C5, 93 and 5D. RGB value is (197,147,93). Sum of RGB (Red+Green+Blue) = 197+147+93=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5935D is #3A6CA2. Grayscale: #9C9C9C. Windows color (decimal): -3828899 or 6132677. OLE color: 6132677.
HSL color Cylindrical-coordinate representation of color #C5935D: hue angle of 31.15º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5935D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 93 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.23 |
| HSL | 31.15º | 0.47% | 0.57% | - |
| HSV(B) | 31.15º | 0.53% | 0.77% | - |
| XYZ | 35.44 | 33.53 | 14.96 | - |
| YUV | 155.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 93 | 0 | 0.25 | 0.53 | 0.23 | 31.15 | 0.47 | 0.57 |
| Hex | C5 | 93 | 5D | 0 | 19 | 35 | 17 | 1F | 2F | 39 |
| Octal | 305 | 223 | 135 | 0 | 31 | 65 | 27 | 37 | 57 | 71 |
| Binary | 11000101 | 10010011 | 1011101 | 0 | 11001 | 110101 | 10111 | 11111 | 101111 | 111001 |
Color Harmonies of #C5935D
Complementary color
Monochromatic Colors of #C5935D
Black with #C5935D
Text Example
Text Example
White with #C5935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5935D; }
p { color: rgb(197,147,93); }
H1.HeaderClassName
{
color: #C5935D;
}
.AnyTagClassName
{
color: #C5935D;
}
</style>
background-color css
<style>
a { background-color: #C5935D; }
a { background-color: rgb(197,147,93); }
div.DivClassName
{
background-color: #C5935D;
}
.BgClassName
{
background-color: #C5935D;
}
</style>
border-color css
<style>
span { border-color: #C5935D; }
span { border-color: rgb(197,147,93); }
td.TdClassName
{
border-color: #C5935D;
}
.TagClassName
{
border-color: #C5935D;
}
</style>