Shades of Twine #C4884E
Tints of Twine #C4884E
RGB
CMYK
RGB Variations
Color information
#C4884E (or 0xC4884E) is known color: Twine. HEX triplet: C4, 88 and 4E. RGB value is (196,136,78). Sum of RGB (Red+Green+Blue) = 196+136+78=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4884E is #3B77B1. Grayscale: #939393. Windows color (decimal): -3897266 or 5146820. OLE color: 5146820.
HSL color Cylindrical-coordinate representation of color #C4884E: hue angle of 29.49º 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 #C4884E is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 78 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.23 |
| HSL | 29.49º | 0.5% | 0.54% | - |
| HSV(B) | 29.49º | 0.6% | 0.77% | - |
| XYZ | 32.94 | 29.89 | 11.24 | - |
| YUV | 147.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 78 | 0 | 0.31 | 0.60 | 0.23 | 29.49 | 0.5 | 0.54 |
| Hex | C4 | 88 | 4E | 0 | 1F | 3C | 17 | 1D | 32 | 36 |
| Octal | 304 | 210 | 116 | 0 | 37 | 74 | 27 | 35 | 62 | 66 |
| Binary | 11000100 | 10001000 | 1001110 | 0 | 11111 | 111100 | 10111 | 11101 | 110010 | 110110 |
Color Harmonies of #C4884E
Complementary color
Monochromatic Colors of #C4884E
Black with #C4884E
Text Example
Text Example
White with #C4884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4884E; }
p { color: rgb(196,136,78); }
H1.HeaderClassName
{
color: #C4884E;
}
.AnyTagClassName
{
color: #C4884E;
}
</style>
background-color css
<style>
a { background-color: #C4884E; }
a { background-color: rgb(196,136,78); }
div.DivClassName
{
background-color: #C4884E;
}
.BgClassName
{
background-color: #C4884E;
}
</style>
border-color css
<style>
span { border-color: #C4884E; }
span { border-color: rgb(196,136,78); }
td.TdClassName
{
border-color: #C4884E;
}
.TagClassName
{
border-color: #C4884E;
}
</style>