Shades of Twine #C5875B
Tints of Twine #C5875B
RGB
CMYK
RGB Variations
Color information
#C5875B (or 0xC5875B) is known color: Twine. HEX triplet: C5, 87 and 5B. RGB value is (197,135,91). Sum of RGB (Red+Green+Blue) = 197+135+91=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5875B is #3A78A4. Grayscale: #949494. Windows color (decimal): -3831973 or 5998533. OLE color: 5998533.
HSL color Cylindrical-coordinate representation of color #C5875B: hue angle of 24.91º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5875B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 91 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.23 |
| HSL | 24.91º | 0.48% | 0.56% | - |
| HSV(B) | 24.91º | 0.54% | 0.77% | - |
| XYZ | 33.58 | 29.95 | 13.91 | - |
| YUV | 148.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 91 | 0 | 0.31 | 0.54 | 0.23 | 24.91 | 0.48 | 0.56 |
| Hex | C5 | 87 | 5B | 0 | 1F | 36 | 17 | 19 | 30 | 38 |
| Octal | 305 | 207 | 133 | 0 | 37 | 66 | 27 | 31 | 60 | 70 |
| Binary | 11000101 | 10000111 | 1011011 | 0 | 11111 | 110110 | 10111 | 11001 | 110000 | 111000 |
Color Harmonies of #C5875B
Complementary color
Monochromatic Colors of #C5875B
Black with #C5875B
Text Example
Text Example
White with #C5875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5875B; }
p { color: rgb(197,135,91); }
H1.HeaderClassName
{
color: #C5875B;
}
.AnyTagClassName
{
color: #C5875B;
}
</style>
background-color css
<style>
a { background-color: #C5875B; }
a { background-color: rgb(197,135,91); }
div.DivClassName
{
background-color: #C5875B;
}
.BgClassName
{
background-color: #C5875B;
}
</style>
border-color css
<style>
span { border-color: #C5875B; }
span { border-color: rgb(197,135,91); }
td.TdClassName
{
border-color: #C5875B;
}
.TagClassName
{
border-color: #C5875B;
}
</style>