Shades of Twine #C38354
Tints of Twine #C38354
RGB
CMYK
RGB Variations
Color information
#C38354 (or 0xC38354) is known color: Twine. HEX triplet: C3, 83 and 54. RGB value is (195,131,84). Sum of RGB (Red+Green+Blue) = 195+131+84=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C38354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38354 is #3C7CAB. Grayscale: #919191. Windows color (decimal): -3964076 or 5538755. OLE color: 5538755.
HSL color Cylindrical-coordinate representation of color #C38354: hue angle of 25.41º 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 #C38354 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 84 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.24 |
| HSL | 25.41º | 0.48% | 0.55% | - |
| HSV(B) | 25.41º | 0.57% | 0.76% | - |
| XYZ | 32.22 | 28.47 | 12.19 | - |
| YUV | 144.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 84 | 0 | 0.33 | 0.57 | 0.24 | 25.41 | 0.48 | 0.55 |
| Hex | C3 | 83 | 54 | 0 | 21 | 39 | 18 | 19 | 30 | 37 |
| Octal | 303 | 203 | 124 | 0 | 41 | 71 | 30 | 31 | 60 | 67 |
| Binary | 11000011 | 10000011 | 1010100 | 0 | 100001 | 111001 | 11000 | 11001 | 110000 | 110111 |
Color Harmonies of #C38354
Complementary color
Monochromatic Colors of #C38354
Black with #C38354
Text Example
Text Example
White with #C38354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38354; }
p { color: rgb(195,131,84); }
H1.HeaderClassName
{
color: #C38354;
}
.AnyTagClassName
{
color: #C38354;
}
</style>
background-color css
<style>
a { background-color: #C38354; }
a { background-color: rgb(195,131,84); }
div.DivClassName
{
background-color: #C38354;
}
.BgClassName
{
background-color: #C38354;
}
</style>
border-color css
<style>
span { border-color: #C38354; }
span { border-color: rgb(195,131,84); }
td.TdClassName
{
border-color: #C38354;
}
.TagClassName
{
border-color: #C38354;
}
</style>