Shades of Twine #C4844F
Tints of Twine #C4844F
RGB
CMYK
RGB Variations
Color information
#C4844F (or 0xC4844F) is known color: Twine. HEX triplet: C4, 84 and 4F. RGB value is (196,132,79). Sum of RGB (Red+Green+Blue) = 196+132+79=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4844F is #3B7BB0. Grayscale: #919191. Windows color (decimal): -3898289 or 5211332. OLE color: 5211332.
HSL color Cylindrical-coordinate representation of color #C4844F: hue angle of 27.18º 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 #C4844F is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 79 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.23 |
| HSL | 27.18º | 0.5% | 0.54% | - |
| HSV(B) | 27.18º | 0.6% | 0.77% | - |
| XYZ | 32.43 | 28.8 | 11.25 | - |
| YUV | 145.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 79 | 0 | 0.33 | 0.60 | 0.23 | 27.18 | 0.5 | 0.54 |
| Hex | C4 | 84 | 4F | 0 | 21 | 3C | 17 | 1B | 32 | 36 |
| Octal | 304 | 204 | 117 | 0 | 41 | 74 | 27 | 33 | 62 | 66 |
| Binary | 11000100 | 10000100 | 1001111 | 0 | 100001 | 111100 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C4844F
Complementary color
Monochromatic Colors of #C4844F
Black with #C4844F
Text Example
Text Example
White with #C4844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4844F; }
p { color: rgb(196,132,79); }
H1.HeaderClassName
{
color: #C4844F;
}
.AnyTagClassName
{
color: #C4844F;
}
</style>
background-color css
<style>
a { background-color: #C4844F; }
a { background-color: rgb(196,132,79); }
div.DivClassName
{
background-color: #C4844F;
}
.BgClassName
{
background-color: #C4844F;
}
</style>
border-color css
<style>
span { border-color: #C4844F; }
span { border-color: rgb(196,132,79); }
td.TdClassName
{
border-color: #C4844F;
}
.TagClassName
{
border-color: #C4844F;
}
</style>