Shades of Rope #8B5539
Tints of Rope #8B5539
RGB
CMYK
RGB Variations
Color information
#8B5539 (or 0x8B5539) is known color: Rope. HEX triplet: 8B, 55 and 39. RGB value is (139,85,57). Sum of RGB (Red+Green+Blue) = 139+85+57=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5539 is #74AAC6. Grayscale: #626262. Windows color (decimal): -7645895 or 3757451. OLE color: 3757451.
HSL color Cylindrical-coordinate representation of color #8B5539: hue angle of 20.49º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B5539 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 57 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.45 |
| HSL | 20.49º | 0.42% | 0.38% | - |
| HSV(B) | 20.49º | 0.59% | 0.55% | - |
| XYZ | 14.63 | 12.28 | 5.47 | - |
| YUV | 97.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 57 | 0 | 0.39 | 0.59 | 0.45 | 20.49 | 0.42 | 0.38 |
| Hex | 8B | 55 | 39 | 0 | 27 | 3B | 2D | 14 | 2A | 26 |
| Octal | 213 | 125 | 71 | 0 | 47 | 73 | 55 | 24 | 52 | 46 |
| Binary | 10001011 | 1010101 | 111001 | 0 | 100111 | 111011 | 101101 | 10100 | 101010 | 100110 |
Color Harmonies of #8B5539
Complementary color
Monochromatic Colors of #8B5539
Black with #8B5539
Text Example
Text Example
White with #8B5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5539; }
p { color: rgb(139,85,57); }
H1.HeaderClassName
{
color: #8B5539;
}
.AnyTagClassName
{
color: #8B5539;
}
</style>
background-color css
<style>
a { background-color: #8B5539; }
a { background-color: rgb(139,85,57); }
div.DivClassName
{
background-color: #8B5539;
}
.BgClassName
{
background-color: #8B5539;
}
</style>
border-color css
<style>
span { border-color: #8B5539; }
span { border-color: rgb(139,85,57); }
td.TdClassName
{
border-color: #8B5539;
}
.TagClassName
{
border-color: #8B5539;
}
</style>