Shades of Twine #C39B5D
Tints of Twine #C39B5D
RGB
CMYK
RGB Variations
Color information
#C39B5D (or 0xC39B5D) is known color: Twine. HEX triplet: C3, 9B and 5D. RGB value is (195,155,93). Sum of RGB (Red+Green+Blue) = 195+155+93=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B5D is #3C64A2. Grayscale: #A0A0A0. Windows color (decimal): -3957923 or 6134723. OLE color: 6134723.
HSL color Cylindrical-coordinate representation of color #C39B5D: hue angle of 36.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C39B5D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 93 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.24 |
| HSL | 36.47º | 0.46% | 0.56% | - |
| HSV(B) | 36.47º | 0.52% | 0.76% | - |
| XYZ | 36.2 | 35.84 | 15.36 | - |
| YUV | 159.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 93 | 0 | 0.21 | 0.52 | 0.24 | 36.47 | 0.46 | 0.56 |
| Hex | C3 | 9B | 5D | 0 | 15 | 34 | 18 | 24 | 2E | 38 |
| Octal | 303 | 233 | 135 | 0 | 25 | 64 | 30 | 44 | 56 | 70 |
| Binary | 11000011 | 10011011 | 1011101 | 0 | 10101 | 110100 | 11000 | 100100 | 101110 | 111000 |
Color Harmonies of #C39B5D
Complementary color
Monochromatic Colors of #C39B5D
Black with #C39B5D
Text Example
Text Example
White with #C39B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B5D; }
p { color: rgb(195,155,93); }
H1.HeaderClassName
{
color: #C39B5D;
}
.AnyTagClassName
{
color: #C39B5D;
}
</style>
background-color css
<style>
a { background-color: #C39B5D; }
a { background-color: rgb(195,155,93); }
div.DivClassName
{
background-color: #C39B5D;
}
.BgClassName
{
background-color: #C39B5D;
}
</style>
border-color css
<style>
span { border-color: #C39B5D; }
span { border-color: rgb(195,155,93); }
td.TdClassName
{
border-color: #C39B5D;
}
.TagClassName
{
border-color: #C39B5D;
}
</style>