Shades of Twine #C4895D
Tints of Twine #C4895D
RGB
CMYK
RGB Variations
Color information
#C4895D (or 0xC4895D) is known color: Twine. HEX triplet: C4, 89 and 5D. RGB value is (196,137,93). Sum of RGB (Red+Green+Blue) = 196+137+93=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4895D is #3B76A2. Grayscale: #959595. Windows color (decimal): -3896995 or 6130116. OLE color: 6130116.
HSL color Cylindrical-coordinate representation of color #C4895D: hue angle of 25.63º 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 #C4895D is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 93 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.23 |
| HSL | 25.63º | 0.47% | 0.57% | - |
| HSV(B) | 25.63º | 0.53% | 0.77% | - |
| XYZ | 33.69 | 30.42 | 14.45 | - |
| YUV | 149.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 93 | 0 | 0.30 | 0.53 | 0.23 | 25.63 | 0.47 | 0.57 |
| Hex | C4 | 89 | 5D | 0 | 1E | 35 | 17 | 1A | 2F | 39 |
| Octal | 304 | 211 | 135 | 0 | 36 | 65 | 27 | 32 | 57 | 71 |
| Binary | 11000100 | 10001001 | 1011101 | 0 | 11110 | 110101 | 10111 | 11010 | 101111 | 111001 |
Color Harmonies of #C4895D
Complementary color
Monochromatic Colors of #C4895D
Black with #C4895D
Text Example
Text Example
White with #C4895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4895D; }
p { color: rgb(196,137,93); }
H1.HeaderClassName
{
color: #C4895D;
}
.AnyTagClassName
{
color: #C4895D;
}
</style>
background-color css
<style>
a { background-color: #C4895D; }
a { background-color: rgb(196,137,93); }
div.DivClassName
{
background-color: #C4895D;
}
.BgClassName
{
background-color: #C4895D;
}
</style>
border-color css
<style>
span { border-color: #C4895D; }
span { border-color: rgb(196,137,93); }
td.TdClassName
{
border-color: #C4895D;
}
.TagClassName
{
border-color: #C4895D;
}
</style>