Shades of Twine #C38B5D
Tints of Twine #C38B5D
RGB
CMYK
RGB Variations
Color information
#C38B5D (or 0xC38B5D) is known color: Twine. HEX triplet: C3, 8B and 5D. RGB value is (195,139,93). Sum of RGB (Red+Green+Blue) = 195+139+93=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B5D is #3C74A2. Grayscale: #969696. Windows color (decimal): -3962019 or 6130627. OLE color: 6130627.
HSL color Cylindrical-coordinate representation of color #C38B5D: hue angle of 27.06º 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 #C38B5D is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 93 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.24 |
| HSL | 27.06º | 0.46% | 0.56% | - |
| HSV(B) | 27.06º | 0.52% | 0.76% | - |
| XYZ | 33.71 | 30.86 | 14.54 | - |
| YUV | 150.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 93 | 0 | 0.29 | 0.52 | 0.24 | 27.06 | 0.46 | 0.56 |
| Hex | C3 | 8B | 5D | 0 | 1D | 34 | 18 | 1B | 2E | 38 |
| Octal | 303 | 213 | 135 | 0 | 35 | 64 | 30 | 33 | 56 | 70 |
| Binary | 11000011 | 10001011 | 1011101 | 0 | 11101 | 110100 | 11000 | 11011 | 101110 | 111000 |
Color Harmonies of #C38B5D
Complementary color
Monochromatic Colors of #C38B5D
Black with #C38B5D
Text Example
Text Example
White with #C38B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B5D; }
p { color: rgb(195,139,93); }
H1.HeaderClassName
{
color: #C38B5D;
}
.AnyTagClassName
{
color: #C38B5D;
}
</style>
background-color css
<style>
a { background-color: #C38B5D; }
a { background-color: rgb(195,139,93); }
div.DivClassName
{
background-color: #C38B5D;
}
.BgClassName
{
background-color: #C38B5D;
}
</style>
border-color css
<style>
span { border-color: #C38B5D; }
span { border-color: rgb(195,139,93); }
td.TdClassName
{
border-color: #C38B5D;
}
.TagClassName
{
border-color: #C38B5D;
}
</style>