Shades of Twine #C38B51
Tints of Twine #C38B51
RGB
CMYK
RGB Variations
Color information
#C38B51 (or 0xC38B51) is known color: Twine. HEX triplet: C3, 8B and 51. RGB value is (195,139,81). Sum of RGB (Red+Green+Blue) = 195+139+81=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B51 is #3C74AE. Grayscale: #959595. Windows color (decimal): -3962031 or 5344195. OLE color: 5344195.
HSL color Cylindrical-coordinate representation of color #C38B51: hue angle of 30.53º 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 #C38B51 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 81 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.24 |
| HSL | 30.53º | 0.49% | 0.54% | - |
| HSV(B) | 30.53º | 0.58% | 0.76% | - |
| XYZ | 33.22 | 30.66 | 11.95 | - |
| YUV | 149.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 81 | 0 | 0.29 | 0.58 | 0.24 | 30.53 | 0.49 | 0.54 |
| Hex | C3 | 8B | 51 | 0 | 1D | 3A | 18 | 1F | 31 | 36 |
| Octal | 303 | 213 | 121 | 0 | 35 | 72 | 30 | 37 | 61 | 66 |
| Binary | 11000011 | 10001011 | 1010001 | 0 | 11101 | 111010 | 11000 | 11111 | 110001 | 110110 |
Color Harmonies of #C38B51
Complementary color
Monochromatic Colors of #C38B51
Black with #C38B51
Text Example
Text Example
White with #C38B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B51; }
p { color: rgb(195,139,81); }
H1.HeaderClassName
{
color: #C38B51;
}
.AnyTagClassName
{
color: #C38B51;
}
</style>
background-color css
<style>
a { background-color: #C38B51; }
a { background-color: rgb(195,139,81); }
div.DivClassName
{
background-color: #C38B51;
}
.BgClassName
{
background-color: #C38B51;
}
</style>
border-color css
<style>
span { border-color: #C38B51; }
span { border-color: rgb(195,139,81); }
td.TdClassName
{
border-color: #C38B51;
}
.TagClassName
{
border-color: #C38B51;
}
</style>