Shades of Twine #C49653
Tints of Twine #C49653
RGB
CMYK
RGB Variations
Color information
#C49653 (or 0xC49653) is known color: Twine. HEX triplet: C4, 96 and 53. RGB value is (196,150,83). Sum of RGB (Red+Green+Blue) = 196+150+83=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49653 is #3B69AC. Grayscale: #9C9C9C. Windows color (decimal): -3893677 or 5478084. OLE color: 5478084.
HSL color Cylindrical-coordinate representation of color #C49653: hue angle of 35.58º 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 #C49653 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 83 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.23 |
| HSL | 35.58º | 0.49% | 0.55% | - |
| HSV(B) | 35.58º | 0.58% | 0.77% | - |
| XYZ | 35.23 | 34.17 | 12.92 | - |
| YUV | 156.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 83 | 0 | 0.23 | 0.58 | 0.23 | 35.58 | 0.49 | 0.55 |
| Hex | C4 | 96 | 53 | 0 | 17 | 3A | 17 | 24 | 31 | 37 |
| Octal | 304 | 226 | 123 | 0 | 27 | 72 | 27 | 44 | 61 | 67 |
| Binary | 11000100 | 10010110 | 1010011 | 0 | 10111 | 111010 | 10111 | 100100 | 110001 | 110111 |
Color Harmonies of #C49653
Complementary color
Monochromatic Colors of #C49653
Black with #C49653
Text Example
Text Example
White with #C49653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49653; }
p { color: rgb(196,150,83); }
H1.HeaderClassName
{
color: #C49653;
}
.AnyTagClassName
{
color: #C49653;
}
</style>
background-color css
<style>
a { background-color: #C49653; }
a { background-color: rgb(196,150,83); }
div.DivClassName
{
background-color: #C49653;
}
.BgClassName
{
background-color: #C49653;
}
</style>
border-color css
<style>
span { border-color: #C49653; }
span { border-color: rgb(196,150,83); }
td.TdClassName
{
border-color: #C49653;
}
.TagClassName
{
border-color: #C49653;
}
</style>