Shades of Twine #C38952
Tints of Twine #C38952
RGB
CMYK
RGB Variations
Color information
#C38952 (or 0xC38952) is known color: Twine. HEX triplet: C3, 89 and 52. RGB value is (195,137,82). Sum of RGB (Red+Green+Blue) = 195+137+82=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38952 is #3C76AD. Grayscale: #949494. Windows color (decimal): -3962542 or 5409219. OLE color: 5409219.
HSL color Cylindrical-coordinate representation of color #C38952: hue angle of 29.2º degrees, saturation: 0.48, 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 #C38952 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 82 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.24 |
| HSL | 29.2º | 0.48% | 0.54% | - |
| HSV(B) | 29.2º | 0.58% | 0.76% | - |
| XYZ | 32.97 | 30.1 | 12.06 | - |
| YUV | 148.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 82 | 0 | 0.30 | 0.58 | 0.24 | 29.2 | 0.48 | 0.54 |
| Hex | C3 | 89 | 52 | 0 | 1E | 3A | 18 | 1D | 30 | 36 |
| Octal | 303 | 211 | 122 | 0 | 36 | 72 | 30 | 35 | 60 | 66 |
| Binary | 11000011 | 10001001 | 1010010 | 0 | 11110 | 111010 | 11000 | 11101 | 110000 | 110110 |
Color Harmonies of #C38952
Complementary color
Monochromatic Colors of #C38952
Black with #C38952
Text Example
Text Example
White with #C38952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38952; }
p { color: rgb(195,137,82); }
H1.HeaderClassName
{
color: #C38952;
}
.AnyTagClassName
{
color: #C38952;
}
</style>
background-color css
<style>
a { background-color: #C38952; }
a { background-color: rgb(195,137,82); }
div.DivClassName
{
background-color: #C38952;
}
.BgClassName
{
background-color: #C38952;
}
</style>
border-color css
<style>
span { border-color: #C38952; }
span { border-color: rgb(195,137,82); }
td.TdClassName
{
border-color: #C38952;
}
.TagClassName
{
border-color: #C38952;
}
</style>