Shades of Twine #C48752
Tints of Twine #C48752
RGB
CMYK
RGB Variations
Color information
#C48752 (or 0xC48752) is known color: Twine. HEX triplet: C4, 87 and 52. RGB value is (196,135,82). Sum of RGB (Red+Green+Blue) = 196+135+82=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48752 is #3B78AD. Grayscale: #939393. Windows color (decimal): -3897518 or 5408708. OLE color: 5408708.
HSL color Cylindrical-coordinate representation of color #C48752: hue angle of 27.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C48752 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 82 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.23 |
| HSL | 27.89º | 0.49% | 0.55% | - |
| HSV(B) | 27.89º | 0.58% | 0.77% | - |
| XYZ | 32.95 | 29.67 | 11.97 | - |
| YUV | 147.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 82 | 0 | 0.31 | 0.58 | 0.23 | 27.89 | 0.49 | 0.55 |
| Hex | C4 | 87 | 52 | 0 | 1F | 3A | 17 | 1C | 31 | 37 |
| Octal | 304 | 207 | 122 | 0 | 37 | 72 | 27 | 34 | 61 | 67 |
| Binary | 11000100 | 10000111 | 1010010 | 0 | 11111 | 111010 | 10111 | 11100 | 110001 | 110111 |
Color Harmonies of #C48752
Complementary color
Monochromatic Colors of #C48752
Black with #C48752
Text Example
Text Example
White with #C48752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48752; }
p { color: rgb(196,135,82); }
H1.HeaderClassName
{
color: #C48752;
}
.AnyTagClassName
{
color: #C48752;
}
</style>
background-color css
<style>
a { background-color: #C48752; }
a { background-color: rgb(196,135,82); }
div.DivClassName
{
background-color: #C48752;
}
.BgClassName
{
background-color: #C48752;
}
</style>
border-color css
<style>
span { border-color: #C48752; }
span { border-color: rgb(196,135,82); }
td.TdClassName
{
border-color: #C48752;
}
.TagClassName
{
border-color: #C48752;
}
</style>