Shades of Twine #C38A57
Tints of Twine #C38A57
RGB
CMYK
RGB Variations
Color information
#C38A57 (or 0xC38A57) is known color: Twine. HEX triplet: C3, 8A and 57. RGB value is (195,138,87). Sum of RGB (Red+Green+Blue) = 195+138+87=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A57 is #3C75A8. Grayscale: #959595. Windows color (decimal): -3962281 or 5737155. OLE color: 5737155.
HSL color Cylindrical-coordinate representation of color #C38A57: hue angle of 28.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C38A57 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 87 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.24 |
| HSL | 28.33º | 0.47% | 0.55% | - |
| HSV(B) | 28.33º | 0.55% | 0.76% | - |
| XYZ | 33.31 | 30.47 | 13.14 | - |
| YUV | 149.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 87 | 0 | 0.29 | 0.55 | 0.24 | 28.33 | 0.47 | 0.55 |
| Hex | C3 | 8A | 57 | 0 | 1D | 37 | 18 | 1C | 2F | 37 |
| Octal | 303 | 212 | 127 | 0 | 35 | 67 | 30 | 34 | 57 | 67 |
| Binary | 11000011 | 10001010 | 1010111 | 0 | 11101 | 110111 | 11000 | 11100 | 101111 | 110111 |
Color Harmonies of #C38A57
Complementary color
Monochromatic Colors of #C38A57
Black with #C38A57
Text Example
Text Example
White with #C38A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A57; }
p { color: rgb(195,138,87); }
H1.HeaderClassName
{
color: #C38A57;
}
.AnyTagClassName
{
color: #C38A57;
}
</style>
background-color css
<style>
a { background-color: #C38A57; }
a { background-color: rgb(195,138,87); }
div.DivClassName
{
background-color: #C38A57;
}
.BgClassName
{
background-color: #C38A57;
}
</style>
border-color css
<style>
span { border-color: #C38A57; }
span { border-color: rgb(195,138,87); }
td.TdClassName
{
border-color: #C38A57;
}
.TagClassName
{
border-color: #C38A57;
}
</style>