Shades of Twine #C89B52
Tints of Twine #C89B52
RGB
CMYK
RGB Variations
Color information
#C89B52 (or 0xC89B52) is known color: Twine. HEX triplet: C8, 9B and 52. RGB value is (200,155,82). Sum of RGB (Red+Green+Blue) = 200+155+82=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B52 is #3764AD. Grayscale: #A0A0A0. Windows color (decimal): -3630254 or 5413832. OLE color: 5413832.
HSL color Cylindrical-coordinate representation of color #C89B52: hue angle of 37.12º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C89B52 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 82 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.22 |
| HSL | 37.12º | 0.52% | 0.55% | - |
| HSV(B) | 37.12º | 0.59% | 0.78% | - |
| XYZ | 37.06 | 36.33 | 13.04 | - |
| YUV | 160.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 82 | 0 | 0.22 | 0.59 | 0.22 | 37.12 | 0.52 | 0.55 |
| Hex | C8 | 9B | 52 | 0 | 16 | 3B | 16 | 25 | 34 | 37 |
| Octal | 310 | 233 | 122 | 0 | 26 | 73 | 26 | 45 | 64 | 67 |
| Binary | 11001000 | 10011011 | 1010010 | 0 | 10110 | 111011 | 10110 | 100101 | 110100 | 110111 |
Color Harmonies of #C89B52
Complementary color
Monochromatic Colors of #C89B52
Black with #C89B52
Text Example
Text Example
White with #C89B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B52; }
p { color: rgb(200,155,82); }
H1.HeaderClassName
{
color: #C89B52;
}
.AnyTagClassName
{
color: #C89B52;
}
</style>
background-color css
<style>
a { background-color: #C89B52; }
a { background-color: rgb(200,155,82); }
div.DivClassName
{
background-color: #C89B52;
}
.BgClassName
{
background-color: #C89B52;
}
</style>
border-color css
<style>
span { border-color: #C89B52; }
span { border-color: rgb(200,155,82); }
td.TdClassName
{
border-color: #C89B52;
}
.TagClassName
{
border-color: #C89B52;
}
</style>