Shades of Twine #C48A51
Tints of Twine #C48A51
RGB
CMYK
RGB Variations
Color information
#C48A51 (or 0xC48A51) is known color: Twine. HEX triplet: C4, 8A and 51. RGB value is (196,138,81). Sum of RGB (Red+Green+Blue) = 196+138+81=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A51 is #3B75AE. Grayscale: #959595. Windows color (decimal): -3896751 or 5343940. OLE color: 5343940.
HSL color Cylindrical-coordinate representation of color #C48A51: hue angle of 29.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C48A51 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 81 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.23 |
| HSL | 29.74º | 0.49% | 0.54% | - |
| HSV(B) | 29.74º | 0.59% | 0.77% | - |
| XYZ | 33.34 | 30.51 | 11.92 | - |
| YUV | 148.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 81 | 0 | 0.30 | 0.59 | 0.23 | 29.74 | 0.49 | 0.54 |
| Hex | C4 | 8A | 51 | 0 | 1E | 3B | 17 | 1E | 31 | 36 |
| Octal | 304 | 212 | 121 | 0 | 36 | 73 | 27 | 36 | 61 | 66 |
| Binary | 11000100 | 10001010 | 1010001 | 0 | 11110 | 111011 | 10111 | 11110 | 110001 | 110110 |
Color Harmonies of #C48A51
Complementary color
Monochromatic Colors of #C48A51
Black with #C48A51
Text Example
Text Example
White with #C48A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A51; }
p { color: rgb(196,138,81); }
H1.HeaderClassName
{
color: #C48A51;
}
.AnyTagClassName
{
color: #C48A51;
}
</style>
background-color css
<style>
a { background-color: #C48A51; }
a { background-color: rgb(196,138,81); }
div.DivClassName
{
background-color: #C48A51;
}
.BgClassName
{
background-color: #C48A51;
}
</style>
border-color css
<style>
span { border-color: #C48A51; }
span { border-color: rgb(196,138,81); }
td.TdClassName
{
border-color: #C48A51;
}
.TagClassName
{
border-color: #C48A51;
}
</style>