Shades of Twine #C4915D
Tints of Twine #C4915D
RGB
CMYK
RGB Variations
Color information
#C4915D (or 0xC4915D) is known color: Twine. HEX triplet: C4, 91 and 5D. RGB value is (196,145,93). Sum of RGB (Red+Green+Blue) = 196+145+93=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4915D is #3B6EA2. Grayscale: #9A9A9A. Windows color (decimal): -3894947 or 6132164. OLE color: 6132164.
HSL color Cylindrical-coordinate representation of color #C4915D: hue angle of 30.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4915D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 93 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.23 |
| HSL | 30.29º | 0.47% | 0.57% | - |
| HSV(B) | 30.29º | 0.53% | 0.77% | - |
| XYZ | 34.87 | 32.78 | 14.84 | - |
| YUV | 154.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 93 | 0 | 0.26 | 0.53 | 0.23 | 30.29 | 0.47 | 0.57 |
| Hex | C4 | 91 | 5D | 0 | 1A | 35 | 17 | 1E | 2F | 39 |
| Octal | 304 | 221 | 135 | 0 | 32 | 65 | 27 | 36 | 57 | 71 |
| Binary | 11000100 | 10010001 | 1011101 | 0 | 11010 | 110101 | 10111 | 11110 | 101111 | 111001 |
Color Harmonies of #C4915D
Complementary color
Monochromatic Colors of #C4915D
Black with #C4915D
Text Example
Text Example
White with #C4915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4915D; }
p { color: rgb(196,145,93); }
H1.HeaderClassName
{
color: #C4915D;
}
.AnyTagClassName
{
color: #C4915D;
}
</style>
background-color css
<style>
a { background-color: #C4915D; }
a { background-color: rgb(196,145,93); }
div.DivClassName
{
background-color: #C4915D;
}
.BgClassName
{
background-color: #C4915D;
}
</style>
border-color css
<style>
span { border-color: #C4915D; }
span { border-color: rgb(196,145,93); }
td.TdClassName
{
border-color: #C4915D;
}
.TagClassName
{
border-color: #C4915D;
}
</style>