Shades of Twine #B78853
Tints of Twine #B78853
RGB
CMYK
RGB Variations
Color information
#B78853 (or 0xB78853) is known color: Twine. HEX triplet: B7, 88 and 53. RGB value is (183,136,83). Sum of RGB (Red+Green+Blue) = 183+136+83=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B78853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78853 is #4877AC. Grayscale: #909090. Windows color (decimal): -4749229 or 5474487. OLE color: 5474487.
HSL color Cylindrical-coordinate representation of color #B78853: hue angle of 31.8º 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 #B78853 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 83 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.28 |
| HSL | 31.8º | 0.41% | 0.52% | - |
| HSV(B) | 31.8º | 0.55% | 0.72% | - |
| XYZ | 29.89 | 28.3 | 12.07 | - |
| YUV | 144.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 83 | 0 | 0.26 | 0.55 | 0.28 | 31.8 | 0.41 | 0.52 |
| Hex | B7 | 88 | 53 | 0 | 1A | 37 | 1C | 20 | 29 | 34 |
| Octal | 267 | 210 | 123 | 0 | 32 | 67 | 34 | 40 | 51 | 64 |
| Binary | 10110111 | 10001000 | 1010011 | 0 | 11010 | 110111 | 11100 | 100000 | 101001 | 110100 |
Color Harmonies of #B78853
Complementary color
Monochromatic Colors of #B78853
Black with #B78853
Text Example
Text Example
White with #B78853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78853; }
p { color: rgb(183,136,83); }
H1.HeaderClassName
{
color: #B78853;
}
.AnyTagClassName
{
color: #B78853;
}
</style>
background-color css
<style>
a { background-color: #B78853; }
a { background-color: rgb(183,136,83); }
div.DivClassName
{
background-color: #B78853;
}
.BgClassName
{
background-color: #B78853;
}
</style>
border-color css
<style>
span { border-color: #B78853; }
span { border-color: rgb(183,136,83); }
td.TdClassName
{
border-color: #B78853;
}
.TagClassName
{
border-color: #B78853;
}
</style>