Shades of Twine #C38B53
Tints of Twine #C38B53
RGB
CMYK
RGB Variations
Color information
#C38B53 (or 0xC38B53) is known color: Twine. HEX triplet: C3, 8B and 53. RGB value is (195,139,83). Sum of RGB (Red+Green+Blue) = 195+139+83=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B53 is #3C74AC. Grayscale: #959595. Windows color (decimal): -3962029 or 5475267. OLE color: 5475267.
HSL color Cylindrical-coordinate representation of color #C38B53: hue angle of 30º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C38B53 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 83 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.24 |
| HSL | 30º | 0.48% | 0.55% | - |
| HSV(B) | 30º | 0.57% | 0.76% | - |
| XYZ | 33.3 | 30.69 | 12.35 | - |
| YUV | 149.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 83 | 0 | 0.29 | 0.57 | 0.24 | 30 | 0.48 | 0.55 |
| Hex | C3 | 8B | 53 | 0 | 1D | 39 | 18 | 1E | 30 | 37 |
| Octal | 303 | 213 | 123 | 0 | 35 | 71 | 30 | 36 | 60 | 67 |
| Binary | 11000011 | 10001011 | 1010011 | 0 | 11101 | 111001 | 11000 | 11110 | 110000 | 110111 |
Color Harmonies of #C38B53
Complementary color
Monochromatic Colors of #C38B53
Black with #C38B53
Text Example
Text Example
White with #C38B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B53; }
p { color: rgb(195,139,83); }
H1.HeaderClassName
{
color: #C38B53;
}
.AnyTagClassName
{
color: #C38B53;
}
</style>
background-color css
<style>
a { background-color: #C38B53; }
a { background-color: rgb(195,139,83); }
div.DivClassName
{
background-color: #C38B53;
}
.BgClassName
{
background-color: #C38B53;
}
</style>
border-color css
<style>
span { border-color: #C38B53; }
span { border-color: rgb(195,139,83); }
td.TdClassName
{
border-color: #C38B53;
}
.TagClassName
{
border-color: #C38B53;
}
</style>