Shades of Twine #C5844F
Tints of Twine #C5844F
RGB
CMYK
RGB Variations
Color information
#C5844F (or 0xC5844F) is known color: Twine. HEX triplet: C5, 84 and 4F. RGB value is (197,132,79). Sum of RGB (Red+Green+Blue) = 197+132+79=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5844F is #3A7BB0. Grayscale: #919191. Windows color (decimal): -3832753 or 5211333. OLE color: 5211333.
HSL color Cylindrical-coordinate representation of color #C5844F: hue angle of 26.95º 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 #C5844F is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 79 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.23 |
| HSL | 26.95º | 0.5% | 0.54% | - |
| HSV(B) | 26.95º | 0.6% | 0.77% | - |
| XYZ | 32.69 | 28.94 | 11.26 | - |
| YUV | 145.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 79 | 0 | 0.33 | 0.60 | 0.23 | 26.95 | 0.5 | 0.54 |
| Hex | C5 | 84 | 4F | 0 | 21 | 3C | 17 | 1B | 32 | 36 |
| Octal | 305 | 204 | 117 | 0 | 41 | 74 | 27 | 33 | 62 | 66 |
| Binary | 11000101 | 10000100 | 1001111 | 0 | 100001 | 111100 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C5844F
Complementary color
Monochromatic Colors of #C5844F
Black with #C5844F
Text Example
Text Example
White with #C5844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5844F; }
p { color: rgb(197,132,79); }
H1.HeaderClassName
{
color: #C5844F;
}
.AnyTagClassName
{
color: #C5844F;
}
</style>
background-color css
<style>
a { background-color: #C5844F; }
a { background-color: rgb(197,132,79); }
div.DivClassName
{
background-color: #C5844F;
}
.BgClassName
{
background-color: #C5844F;
}
</style>
border-color css
<style>
span { border-color: #C5844F; }
span { border-color: rgb(197,132,79); }
td.TdClassName
{
border-color: #C5844F;
}
.TagClassName
{
border-color: #C5844F;
}
</style>