Shades of Twine #C4884D
Tints of Twine #C4884D
RGB
CMYK
RGB Variations
Color information
#C4884D (or 0xC4884D) is known color: Twine. HEX triplet: C4, 88 and 4D. RGB value is (196,136,77). Sum of RGB (Red+Green+Blue) = 196+136+77=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4884D is #3B77B2. Grayscale: #939393. Windows color (decimal): -3897267 or 5081284. OLE color: 5081284.
HSL color Cylindrical-coordinate representation of color #C4884D: hue angle of 29.75º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4884D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 77 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.23 |
| HSL | 29.75º | 0.5% | 0.54% | - |
| HSV(B) | 29.75º | 0.61% | 0.77% | - |
| XYZ | 32.91 | 29.88 | 11.05 | - |
| YUV | 147.21 | 88.38 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 77 | 0 | 0.31 | 0.61 | 0.23 | 29.75 | 0.5 | 0.54 |
| Hex | C4 | 88 | 4D | 0 | 1F | 3D | 17 | 1E | 32 | 36 |
| Octal | 304 | 210 | 115 | 0 | 37 | 75 | 27 | 36 | 62 | 66 |
| Binary | 11000100 | 10001000 | 1001101 | 0 | 11111 | 111101 | 10111 | 11110 | 110010 | 110110 |
Color Harmonies of #C4884D
Complementary color
Monochromatic Colors of #C4884D
Black with #C4884D
Text Example
Text Example
White with #C4884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4884D; }
p { color: rgb(196,136,77); }
H1.HeaderClassName
{
color: #C4884D;
}
.AnyTagClassName
{
color: #C4884D;
}
</style>
background-color css
<style>
a { background-color: #C4884D; }
a { background-color: rgb(196,136,77); }
div.DivClassName
{
background-color: #C4884D;
}
.BgClassName
{
background-color: #C4884D;
}
</style>
border-color css
<style>
span { border-color: #C4884D; }
span { border-color: rgb(196,136,77); }
td.TdClassName
{
border-color: #C4884D;
}
.TagClassName
{
border-color: #C4884D;
}
</style>