Shades of Twine #B78C53
Tints of Twine #B78C53
RGB
CMYK
RGB Variations
Color information
#B78C53 (or 0xB78C53) is known color: Twine. HEX triplet: B7, 8C and 53. RGB value is (183,140,83). Sum of RGB (Red+Green+Blue) = 183+140+83=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C53 is #4873AC. Grayscale: #929292. Windows color (decimal): -4748205 or 5475511. OLE color: 5475511.
HSL color Cylindrical-coordinate representation of color #B78C53: hue angle of 34.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B78C53 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 83 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.28 |
| HSL | 34.2º | 0.41% | 0.52% | - |
| HSV(B) | 34.2º | 0.55% | 0.72% | - |
| XYZ | 30.47 | 29.45 | 12.26 | - |
| YUV | 146.36 | 92.25 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 83 | 0 | 0.23 | 0.55 | 0.28 | 34.2 | 0.41 | 0.52 |
| Hex | B7 | 8C | 53 | 0 | 17 | 37 | 1C | 22 | 29 | 34 |
| Octal | 267 | 214 | 123 | 0 | 27 | 67 | 34 | 42 | 51 | 64 |
| Binary | 10110111 | 10001100 | 1010011 | 0 | 10111 | 110111 | 11100 | 100010 | 101001 | 110100 |
Color Harmonies of #B78C53
Complementary color
Monochromatic Colors of #B78C53
Black with #B78C53
Text Example
Text Example
White with #B78C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C53; }
p { color: rgb(183,140,83); }
H1.HeaderClassName
{
color: #B78C53;
}
.AnyTagClassName
{
color: #B78C53;
}
</style>
background-color css
<style>
a { background-color: #B78C53; }
a { background-color: rgb(183,140,83); }
div.DivClassName
{
background-color: #B78C53;
}
.BgClassName
{
background-color: #B78C53;
}
</style>
border-color css
<style>
span { border-color: #B78C53; }
span { border-color: rgb(183,140,83); }
td.TdClassName
{
border-color: #B78C53;
}
.TagClassName
{
border-color: #B78C53;
}
</style>