Shades of Twine #C38254
Tints of Twine #C38254
RGB
CMYK
RGB Variations
Color information
#C38254 (or 0xC38254) is known color: Twine. HEX triplet: C3, 82 and 54. RGB value is (195,130,84). Sum of RGB (Red+Green+Blue) = 195+130+84=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C38254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38254 is #3C7DAB. Grayscale: #909090. Windows color (decimal): -3964332 or 5538499. OLE color: 5538499.
HSL color Cylindrical-coordinate representation of color #C38254: hue angle of 24.86º 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 #C38254 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 84 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.24 |
| HSL | 24.86º | 0.48% | 0.55% | - |
| HSV(B) | 24.86º | 0.57% | 0.76% | - |
| XYZ | 32.09 | 28.21 | 12.14 | - |
| YUV | 144.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 84 | 0 | 0.33 | 0.57 | 0.24 | 24.86 | 0.48 | 0.55 |
| Hex | C3 | 82 | 54 | 0 | 21 | 39 | 18 | 19 | 30 | 37 |
| Octal | 303 | 202 | 124 | 0 | 41 | 71 | 30 | 31 | 60 | 67 |
| Binary | 11000011 | 10000010 | 1010100 | 0 | 100001 | 111001 | 11000 | 11001 | 110000 | 110111 |
Color Harmonies of #C38254
Complementary color
Monochromatic Colors of #C38254
Black with #C38254
Text Example
Text Example
White with #C38254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38254; }
p { color: rgb(195,130,84); }
H1.HeaderClassName
{
color: #C38254;
}
.AnyTagClassName
{
color: #C38254;
}
</style>
background-color css
<style>
a { background-color: #C38254; }
a { background-color: rgb(195,130,84); }
div.DivClassName
{
background-color: #C38254;
}
.BgClassName
{
background-color: #C38254;
}
</style>
border-color css
<style>
span { border-color: #C38254; }
span { border-color: rgb(195,130,84); }
td.TdClassName
{
border-color: #C38254;
}
.TagClassName
{
border-color: #C38254;
}
</style>