Shades of Twine #C38E54
Tints of Twine #C38E54
RGB
CMYK
RGB Variations
Color information
#C38E54 (or 0xC38E54) is known color: Twine. HEX triplet: C3, 8E and 54. RGB value is (195,142,84). Sum of RGB (Red+Green+Blue) = 195+142+84=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E54 is #3C71AB. Grayscale: #979797. Windows color (decimal): -3961260 or 5541571. OLE color: 5541571.
HSL color Cylindrical-coordinate representation of color #C38E54: hue angle of 31.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C38E54 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 84 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.24 |
| HSL | 31.35º | 0.48% | 0.55% | - |
| HSV(B) | 31.35º | 0.57% | 0.76% | - |
| XYZ | 33.78 | 31.59 | 12.7 | - |
| YUV | 151.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 84 | 0 | 0.27 | 0.57 | 0.24 | 31.35 | 0.48 | 0.55 |
| Hex | C3 | 8E | 54 | 0 | 1B | 39 | 18 | 1F | 30 | 37 |
| Octal | 303 | 216 | 124 | 0 | 33 | 71 | 30 | 37 | 60 | 67 |
| Binary | 11000011 | 10001110 | 1010100 | 0 | 11011 | 111001 | 11000 | 11111 | 110000 | 110111 |
Color Harmonies of #C38E54
Complementary color
Monochromatic Colors of #C38E54
Black with #C38E54
Text Example
Text Example
White with #C38E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E54; }
p { color: rgb(195,142,84); }
H1.HeaderClassName
{
color: #C38E54;
}
.AnyTagClassName
{
color: #C38E54;
}
</style>
background-color css
<style>
a { background-color: #C38E54; }
a { background-color: rgb(195,142,84); }
div.DivClassName
{
background-color: #C38E54;
}
.BgClassName
{
background-color: #C38E54;
}
</style>
border-color css
<style>
span { border-color: #C38E54; }
span { border-color: rgb(195,142,84); }
td.TdClassName
{
border-color: #C38E54;
}
.TagClassName
{
border-color: #C38E54;
}
</style>