Shades of Twine #C38852
Tints of Twine #C38852
RGB
CMYK
RGB Variations
Color information
#C38852 (or 0xC38852) is known color: Twine. HEX triplet: C3, 88 and 52. RGB value is (195,136,82). Sum of RGB (Red+Green+Blue) = 195+136+82=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C38852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38852 is #3C77AD. Grayscale: #939393. Windows color (decimal): -3962798 or 5408963. OLE color: 5408963.
HSL color Cylindrical-coordinate representation of color #C38852: hue angle of 28.67º 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 #C38852 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 82 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.24 |
| HSL | 28.67º | 0.48% | 0.54% | - |
| HSV(B) | 28.67º | 0.58% | 0.76% | - |
| XYZ | 32.83 | 29.82 | 12.01 | - |
| YUV | 147.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 82 | 0 | 0.30 | 0.58 | 0.24 | 28.67 | 0.48 | 0.54 |
| Hex | C3 | 88 | 52 | 0 | 1E | 3A | 18 | 1D | 30 | 36 |
| Octal | 303 | 210 | 122 | 0 | 36 | 72 | 30 | 35 | 60 | 66 |
| Binary | 11000011 | 10001000 | 1010010 | 0 | 11110 | 111010 | 11000 | 11101 | 110000 | 110110 |
Color Harmonies of #C38852
Complementary color
Monochromatic Colors of #C38852
Black with #C38852
Text Example
Text Example
White with #C38852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38852; }
p { color: rgb(195,136,82); }
H1.HeaderClassName
{
color: #C38852;
}
.AnyTagClassName
{
color: #C38852;
}
</style>
background-color css
<style>
a { background-color: #C38852; }
a { background-color: rgb(195,136,82); }
div.DivClassName
{
background-color: #C38852;
}
.BgClassName
{
background-color: #C38852;
}
</style>
border-color css
<style>
span { border-color: #C38852; }
span { border-color: rgb(195,136,82); }
td.TdClassName
{
border-color: #C38852;
}
.TagClassName
{
border-color: #C38852;
}
</style>