Shades of Twine #C4865B
Tints of Twine #C4865B
RGB
CMYK
RGB Variations
Color information
#C4865B (or 0xC4865B) is known color: Twine. HEX triplet: C4, 86 and 5B. RGB value is (196,134,91). Sum of RGB (Red+Green+Blue) = 196+134+91=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4865B is #3B79A4. Grayscale: #939393. Windows color (decimal): -3897765 or 5998276. OLE color: 5998276.
HSL color Cylindrical-coordinate representation of color #C4865B: hue angle of 24.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4865B is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 91 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.23 |
| HSL | 24.57º | 0.47% | 0.56% | - |
| HSV(B) | 24.57º | 0.54% | 0.77% | - |
| XYZ | 33.18 | 29.54 | 13.85 | - |
| YUV | 147.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 91 | 0 | 0.32 | 0.54 | 0.23 | 24.57 | 0.47 | 0.56 |
| Hex | C4 | 86 | 5B | 0 | 20 | 36 | 17 | 19 | 2F | 38 |
| Octal | 304 | 206 | 133 | 0 | 40 | 66 | 27 | 31 | 57 | 70 |
| Binary | 11000100 | 10000110 | 1011011 | 0 | 100000 | 110110 | 10111 | 11001 | 101111 | 111000 |
Color Harmonies of #C4865B
Complementary color
Monochromatic Colors of #C4865B
Black with #C4865B
Text Example
Text Example
White with #C4865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4865B; }
p { color: rgb(196,134,91); }
H1.HeaderClassName
{
color: #C4865B;
}
.AnyTagClassName
{
color: #C4865B;
}
</style>
background-color css
<style>
a { background-color: #C4865B; }
a { background-color: rgb(196,134,91); }
div.DivClassName
{
background-color: #C4865B;
}
.BgClassName
{
background-color: #C4865B;
}
</style>
border-color css
<style>
span { border-color: #C4865B; }
span { border-color: rgb(196,134,91); }
td.TdClassName
{
border-color: #C4865B;
}
.TagClassName
{
border-color: #C4865B;
}
</style>