Shades of Twine #C39254
Tints of Twine #C39254
RGB
CMYK
RGB Variations
Color information
#C39254 (or 0xC39254) is known color: Twine. HEX triplet: C3, 92 and 54. RGB value is (195,146,84). Sum of RGB (Red+Green+Blue) = 195+146+84=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C39254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39254 is #3C6DAB. Grayscale: #999999. Windows color (decimal): -3960236 or 5542595. OLE color: 5542595.
HSL color Cylindrical-coordinate representation of color #C39254: hue angle of 33.51º 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 #C39254 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 84 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.24 |
| HSL | 33.51º | 0.48% | 0.55% | - |
| HSV(B) | 33.51º | 0.57% | 0.76% | - |
| XYZ | 34.38 | 32.8 | 12.91 | - |
| YUV | 153.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 84 | 0 | 0.25 | 0.57 | 0.24 | 33.51 | 0.48 | 0.55 |
| Hex | C3 | 92 | 54 | 0 | 19 | 39 | 18 | 22 | 30 | 37 |
| Octal | 303 | 222 | 124 | 0 | 31 | 71 | 30 | 42 | 60 | 67 |
| Binary | 11000011 | 10010010 | 1010100 | 0 | 11001 | 111001 | 11000 | 100010 | 110000 | 110111 |
Color Harmonies of #C39254
Complementary color
Monochromatic Colors of #C39254
Black with #C39254
Text Example
Text Example
White with #C39254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39254; }
p { color: rgb(195,146,84); }
H1.HeaderClassName
{
color: #C39254;
}
.AnyTagClassName
{
color: #C39254;
}
</style>
background-color css
<style>
a { background-color: #C39254; }
a { background-color: rgb(195,146,84); }
div.DivClassName
{
background-color: #C39254;
}
.BgClassName
{
background-color: #C39254;
}
</style>
border-color css
<style>
span { border-color: #C39254; }
span { border-color: rgb(195,146,84); }
td.TdClassName
{
border-color: #C39254;
}
.TagClassName
{
border-color: #C39254;
}
</style>