Shades of Twine #C5854F
Tints of Twine #C5854F
RGB
CMYK
RGB Variations
Color information
#C5854F (or 0xC5854F) is known color: Twine. HEX triplet: C5, 85 and 4F. RGB value is (197,133,79). Sum of RGB (Red+Green+Blue) = 197+133+79=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5854F is #3A7AB0. Grayscale: #929292. Windows color (decimal): -3832497 or 5211589. OLE color: 5211589.
HSL color Cylindrical-coordinate representation of color #C5854F: hue angle of 27.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5854F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 79 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.23 |
| HSL | 27.46º | 0.5% | 0.54% | - |
| HSV(B) | 27.46º | 0.6% | 0.77% | - |
| XYZ | 32.82 | 29.21 | 11.31 | - |
| YUV | 145.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 79 | 0 | 0.32 | 0.60 | 0.23 | 27.46 | 0.5 | 0.54 |
| Hex | C5 | 85 | 4F | 0 | 20 | 3C | 17 | 1B | 32 | 36 |
| Octal | 305 | 205 | 117 | 0 | 40 | 74 | 27 | 33 | 62 | 66 |
| Binary | 11000101 | 10000101 | 1001111 | 0 | 100000 | 111100 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C5854F
Complementary color
Monochromatic Colors of #C5854F
Black with #C5854F
Text Example
Text Example
White with #C5854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5854F; }
p { color: rgb(197,133,79); }
H1.HeaderClassName
{
color: #C5854F;
}
.AnyTagClassName
{
color: #C5854F;
}
</style>
background-color css
<style>
a { background-color: #C5854F; }
a { background-color: rgb(197,133,79); }
div.DivClassName
{
background-color: #C5854F;
}
.BgClassName
{
background-color: #C5854F;
}
</style>
border-color css
<style>
span { border-color: #C5854F; }
span { border-color: rgb(197,133,79); }
td.TdClassName
{
border-color: #C5854F;
}
.TagClassName
{
border-color: #C5854F;
}
</style>