Shades of Twine #C39D53
Tints of Twine #C39D53
RGB
CMYK
RGB Variations
Color information
#C39D53 (or 0xC39D53) is known color: Twine. HEX triplet: C3, 9D and 53. RGB value is (195,157,83). Sum of RGB (Red+Green+Blue) = 195+157+83=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D53 is #3C62AC. Grayscale: #A0A0A0. Windows color (decimal): -3957421 or 5479875. OLE color: 5479875.
HSL color Cylindrical-coordinate representation of color #C39D53: hue angle of 39.64º 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 #C39D53 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 83 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.24 |
| HSL | 39.64º | 0.48% | 0.55% | - |
| HSV(B) | 39.64º | 0.57% | 0.76% | - |
| XYZ | 36.12 | 36.34 | 13.29 | - |
| YUV | 159.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 83 | 0 | 0.19 | 0.57 | 0.24 | 39.64 | 0.48 | 0.55 |
| Hex | C3 | 9D | 53 | 0 | 13 | 39 | 18 | 28 | 30 | 37 |
| Octal | 303 | 235 | 123 | 0 | 23 | 71 | 30 | 50 | 60 | 67 |
| Binary | 11000011 | 10011101 | 1010011 | 0 | 10011 | 111001 | 11000 | 101000 | 110000 | 110111 |
Color Harmonies of #C39D53
Complementary color
Monochromatic Colors of #C39D53
Black with #C39D53
Text Example
Text Example
White with #C39D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D53; }
p { color: rgb(195,157,83); }
H1.HeaderClassName
{
color: #C39D53;
}
.AnyTagClassName
{
color: #C39D53;
}
</style>
background-color css
<style>
a { background-color: #C39D53; }
a { background-color: rgb(195,157,83); }
div.DivClassName
{
background-color: #C39D53;
}
.BgClassName
{
background-color: #C39D53;
}
</style>
border-color css
<style>
span { border-color: #C39D53; }
span { border-color: rgb(195,157,83); }
td.TdClassName
{
border-color: #C39D53;
}
.TagClassName
{
border-color: #C39D53;
}
</style>