Shades of Twine #C49752
Tints of Twine #C49752
RGB
CMYK
RGB Variations
Color information
#C49752 (or 0xC49752) is known color: Twine. HEX triplet: C4, 97 and 52. RGB value is (196,151,82). Sum of RGB (Red+Green+Blue) = 196+151+82=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49752 is #3B68AD. Grayscale: #9C9C9C. Windows color (decimal): -3893422 or 5412804. OLE color: 5412804.
HSL color Cylindrical-coordinate representation of color #C49752: hue angle of 36.32º 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 #C49752 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 82 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.23 |
| HSL | 36.32º | 0.49% | 0.55% | - |
| HSV(B) | 36.32º | 0.58% | 0.77% | - |
| XYZ | 35.35 | 34.48 | 12.77 | - |
| YUV | 156.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 82 | 0 | 0.23 | 0.58 | 0.23 | 36.32 | 0.49 | 0.55 |
| Hex | C4 | 97 | 52 | 0 | 17 | 3A | 17 | 24 | 31 | 37 |
| Octal | 304 | 227 | 122 | 0 | 27 | 72 | 27 | 44 | 61 | 67 |
| Binary | 11000100 | 10010111 | 1010010 | 0 | 10111 | 111010 | 10111 | 100100 | 110001 | 110111 |
Color Harmonies of #C49752
Complementary color
Monochromatic Colors of #C49752
Black with #C49752
Text Example
Text Example
White with #C49752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49752; }
p { color: rgb(196,151,82); }
H1.HeaderClassName
{
color: #C49752;
}
.AnyTagClassName
{
color: #C49752;
}
</style>
background-color css
<style>
a { background-color: #C49752; }
a { background-color: rgb(196,151,82); }
div.DivClassName
{
background-color: #C49752;
}
.BgClassName
{
background-color: #C49752;
}
</style>
border-color css
<style>
span { border-color: #C49752; }
span { border-color: rgb(196,151,82); }
td.TdClassName
{
border-color: #C49752;
}
.TagClassName
{
border-color: #C49752;
}
</style>