Shades of Twine #C39151
Tints of Twine #C39151
RGB
CMYK
RGB Variations
Color information
#C39151 (or 0xC39151) is known color: Twine. HEX triplet: C3, 91 and 51. RGB value is (195,145,81). Sum of RGB (Red+Green+Blue) = 195+145+81=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C39151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39151 is #3C6EAE. Grayscale: #989898. Windows color (decimal): -3960495 or 5345731. OLE color: 5345731.
HSL color Cylindrical-coordinate representation of color #C39151: hue angle of 33.68º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C39151 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 81 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.24 |
| HSL | 33.68º | 0.49% | 0.54% | - |
| HSV(B) | 33.68º | 0.58% | 0.76% | - |
| XYZ | 34.12 | 32.45 | 12.25 | - |
| YUV | 152.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 81 | 0 | 0.26 | 0.58 | 0.24 | 33.68 | 0.49 | 0.54 |
| Hex | C3 | 91 | 51 | 0 | 1A | 3A | 18 | 22 | 31 | 36 |
| Octal | 303 | 221 | 121 | 0 | 32 | 72 | 30 | 42 | 61 | 66 |
| Binary | 11000011 | 10010001 | 1010001 | 0 | 11010 | 111010 | 11000 | 100010 | 110001 | 110110 |
Color Harmonies of #C39151
Complementary color
Monochromatic Colors of #C39151
Black with #C39151
Text Example
Text Example
White with #C39151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39151; }
p { color: rgb(195,145,81); }
H1.HeaderClassName
{
color: #C39151;
}
.AnyTagClassName
{
color: #C39151;
}
</style>
background-color css
<style>
a { background-color: #C39151; }
a { background-color: rgb(195,145,81); }
div.DivClassName
{
background-color: #C39151;
}
.BgClassName
{
background-color: #C39151;
}
</style>
border-color css
<style>
span { border-color: #C39151; }
span { border-color: rgb(195,145,81); }
td.TdClassName
{
border-color: #C39151;
}
.TagClassName
{
border-color: #C39151;
}
</style>