Shades of Twine #C4874D
Tints of Twine #C4874D
RGB
CMYK
RGB Variations
Color information
#C4874D (or 0xC4874D) is known color: Twine. HEX triplet: C4, 87 and 4D. RGB value is (196,135,77). Sum of RGB (Red+Green+Blue) = 196+135+77=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4874D is #3B78B2. Grayscale: #929292. Windows color (decimal): -3897523 or 5081028. OLE color: 5081028.
HSL color Cylindrical-coordinate representation of color #C4874D: hue angle of 29.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4874D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 77 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.23 |
| HSL | 29.24º | 0.5% | 0.54% | - |
| HSV(B) | 29.24º | 0.61% | 0.77% | - |
| XYZ | 32.77 | 29.6 | 11.01 | - |
| YUV | 146.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 77 | 0 | 0.31 | 0.61 | 0.23 | 29.24 | 0.5 | 0.54 |
| Hex | C4 | 87 | 4D | 0 | 1F | 3D | 17 | 1D | 32 | 36 |
| Octal | 304 | 207 | 115 | 0 | 37 | 75 | 27 | 35 | 62 | 66 |
| Binary | 11000100 | 10000111 | 1001101 | 0 | 11111 | 111101 | 10111 | 11101 | 110010 | 110110 |
Color Harmonies of #C4874D
Complementary color
Monochromatic Colors of #C4874D
Black with #C4874D
Text Example
Text Example
White with #C4874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4874D; }
p { color: rgb(196,135,77); }
H1.HeaderClassName
{
color: #C4874D;
}
.AnyTagClassName
{
color: #C4874D;
}
</style>
background-color css
<style>
a { background-color: #C4874D; }
a { background-color: rgb(196,135,77); }
div.DivClassName
{
background-color: #C4874D;
}
.BgClassName
{
background-color: #C4874D;
}
</style>
border-color css
<style>
span { border-color: #C4874D; }
span { border-color: rgb(196,135,77); }
td.TdClassName
{
border-color: #C4874D;
}
.TagClassName
{
border-color: #C4874D;
}
</style>