Shades of Twine #C58A4F
Tints of Twine #C58A4F
RGB
CMYK
RGB Variations
Color information
#C58A4F (or 0xC58A4F) is known color: Twine. HEX triplet: C5, 8A and 4F. RGB value is (197,138,79). Sum of RGB (Red+Green+Blue) = 197+138+79=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A4F is #3A75B0. Grayscale: #959595. Windows color (decimal): -3831217 or 5212869. OLE color: 5212869.
HSL color Cylindrical-coordinate representation of color #C58A4F: hue angle of 30º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C58A4F is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 79 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.23 |
| HSL | 30º | 0.5% | 0.54% | - |
| HSV(B) | 30º | 0.6% | 0.77% | - |
| XYZ | 33.53 | 30.61 | 11.54 | - |
| YUV | 148.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 79 | 0 | 0.30 | 0.60 | 0.23 | 30 | 0.5 | 0.54 |
| Hex | C5 | 8A | 4F | 0 | 1E | 3C | 17 | 1E | 32 | 36 |
| Octal | 305 | 212 | 117 | 0 | 36 | 74 | 27 | 36 | 62 | 66 |
| Binary | 11000101 | 10001010 | 1001111 | 0 | 11110 | 111100 | 10111 | 11110 | 110010 | 110110 |
Color Harmonies of #C58A4F
Complementary color
Monochromatic Colors of #C58A4F
Black with #C58A4F
Text Example
Text Example
White with #C58A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A4F; }
p { color: rgb(197,138,79); }
H1.HeaderClassName
{
color: #C58A4F;
}
.AnyTagClassName
{
color: #C58A4F;
}
</style>
background-color css
<style>
a { background-color: #C58A4F; }
a { background-color: rgb(197,138,79); }
div.DivClassName
{
background-color: #C58A4F;
}
.BgClassName
{
background-color: #C58A4F;
}
</style>
border-color css
<style>
span { border-color: #C58A4F; }
span { border-color: rgb(197,138,79); }
td.TdClassName
{
border-color: #C58A4F;
}
.TagClassName
{
border-color: #C58A4F;
}
</style>