Shades of Twine #C58B51
Tints of Twine #C58B51
RGB
CMYK
RGB Variations
Color information
#C58B51 (or 0xC58B51) is known color: Twine. HEX triplet: C5, 8B and 51. RGB value is (197,139,81). Sum of RGB (Red+Green+Blue) = 197+139+81=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B51 is #3A74AE. Grayscale: #969696. Windows color (decimal): -3830959 or 5344197. OLE color: 5344197.
HSL color Cylindrical-coordinate representation of color #C58B51: hue angle of 30º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C58B51 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 81 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.23 |
| HSL | 30º | 0.5% | 0.55% | - |
| HSV(B) | 30º | 0.59% | 0.77% | - |
| XYZ | 33.74 | 30.93 | 11.98 | - |
| YUV | 149.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 81 | 0 | 0.29 | 0.59 | 0.23 | 30 | 0.5 | 0.55 |
| Hex | C5 | 8B | 51 | 0 | 1D | 3B | 17 | 1E | 32 | 37 |
| Octal | 305 | 213 | 121 | 0 | 35 | 73 | 27 | 36 | 62 | 67 |
| Binary | 11000101 | 10001011 | 1010001 | 0 | 11101 | 111011 | 10111 | 11110 | 110010 | 110111 |
Color Harmonies of #C58B51
Complementary color
Monochromatic Colors of #C58B51
Black with #C58B51
Text Example
Text Example
White with #C58B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58B51; }
p { color: rgb(197,139,81); }
H1.HeaderClassName
{
color: #C58B51;
}
.AnyTagClassName
{
color: #C58B51;
}
</style>
background-color css
<style>
a { background-color: #C58B51; }
a { background-color: rgb(197,139,81); }
div.DivClassName
{
background-color: #C58B51;
}
.BgClassName
{
background-color: #C58B51;
}
</style>
border-color css
<style>
span { border-color: #C58B51; }
span { border-color: rgb(197,139,81); }
td.TdClassName
{
border-color: #C58B51;
}
.TagClassName
{
border-color: #C58B51;
}
</style>