Shades of Twine #C3854F
Tints of Twine #C3854F
RGB
CMYK
RGB Variations
Color information
#C3854F (or 0xC3854F) is known color: Twine. HEX triplet: C3, 85 and 4F. RGB value is (195,133,79). Sum of RGB (Red+Green+Blue) = 195+133+79=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3854F is #3C7AB0. Grayscale: #919191. Windows color (decimal): -3963569 or 5211587. OLE color: 5211587.
HSL color Cylindrical-coordinate representation of color #C3854F: hue angle of 27.93º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3854F is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 79 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.24 |
| HSL | 27.93º | 0.49% | 0.54% | - |
| HSV(B) | 27.93º | 0.59% | 0.76% | - |
| XYZ | 32.3 | 28.94 | 11.28 | - |
| YUV | 145.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 79 | 0 | 0.32 | 0.59 | 0.24 | 27.93 | 0.49 | 0.54 |
| Hex | C3 | 85 | 4F | 0 | 20 | 3B | 18 | 1C | 31 | 36 |
| Octal | 303 | 205 | 117 | 0 | 40 | 73 | 30 | 34 | 61 | 66 |
| Binary | 11000011 | 10000101 | 1001111 | 0 | 100000 | 111011 | 11000 | 11100 | 110001 | 110110 |
Color Harmonies of #C3854F
Complementary color
Monochromatic Colors of #C3854F
Black with #C3854F
Text Example
Text Example
White with #C3854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3854F; }
p { color: rgb(195,133,79); }
H1.HeaderClassName
{
color: #C3854F;
}
.AnyTagClassName
{
color: #C3854F;
}
</style>
background-color css
<style>
a { background-color: #C3854F; }
a { background-color: rgb(195,133,79); }
div.DivClassName
{
background-color: #C3854F;
}
.BgClassName
{
background-color: #C3854F;
}
</style>
border-color css
<style>
span { border-color: #C3854F; }
span { border-color: rgb(195,133,79); }
td.TdClassName
{
border-color: #C3854F;
}
.TagClassName
{
border-color: #C3854F;
}
</style>