Shades of Twine #C5915B
Tints of Twine #C5915B
RGB
CMYK
RGB Variations
Color information
#C5915B (or 0xC5915B) is known color: Twine. HEX triplet: C5, 91 and 5B. RGB value is (197,145,91). Sum of RGB (Red+Green+Blue) = 197+145+91=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5915B is #3A6EA4. Grayscale: #9A9A9A. Windows color (decimal): -3829413 or 6001093. OLE color: 6001093.
HSL color Cylindrical-coordinate representation of color #C5915B: hue angle of 30.57º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5915B is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 91 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.23 |
| HSL | 30.57º | 0.48% | 0.56% | - |
| HSV(B) | 30.57º | 0.54% | 0.77% | - |
| XYZ | 35.04 | 32.88 | 14.4 | - |
| YUV | 154.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 91 | 0 | 0.26 | 0.54 | 0.23 | 30.57 | 0.48 | 0.56 |
| Hex | C5 | 91 | 5B | 0 | 1A | 36 | 17 | 1F | 30 | 38 |
| Octal | 305 | 221 | 133 | 0 | 32 | 66 | 27 | 37 | 60 | 70 |
| Binary | 11000101 | 10010001 | 1011011 | 0 | 11010 | 110110 | 10111 | 11111 | 110000 | 111000 |
Color Harmonies of #C5915B
Complementary color
Monochromatic Colors of #C5915B
Black with #C5915B
Text Example
Text Example
White with #C5915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5915B; }
p { color: rgb(197,145,91); }
H1.HeaderClassName
{
color: #C5915B;
}
.AnyTagClassName
{
color: #C5915B;
}
</style>
background-color css
<style>
a { background-color: #C5915B; }
a { background-color: rgb(197,145,91); }
div.DivClassName
{
background-color: #C5915B;
}
.BgClassName
{
background-color: #C5915B;
}
</style>
border-color css
<style>
span { border-color: #C5915B; }
span { border-color: rgb(197,145,91); }
td.TdClassName
{
border-color: #C5915B;
}
.TagClassName
{
border-color: #C5915B;
}
</style>