Shades of Rope #8B5D3B
Tints of Rope #8B5D3B
RGB
CMYK
RGB Variations
Color information
#8B5D3B (or 0x8B5D3B) is known color: Rope. HEX triplet: 8B, 5D and 3B. RGB value is (139,93,59). Sum of RGB (Red+Green+Blue) = 139+93+59=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D3B is #74A2C4. Grayscale: #676767. Windows color (decimal): -7643845 or 3890571. OLE color: 3890571.
HSL color Cylindrical-coordinate representation of color #8B5D3B: hue angle of 25.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B5D3B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 59 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.45 |
| HSL | 25.5º | 0.4% | 0.39% | - |
| HSV(B) | 25.5º | 0.58% | 0.55% | - |
| XYZ | 15.35 | 13.63 | 5.96 | - |
| YUV | 102.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 59 | 0 | 0.33 | 0.58 | 0.45 | 25.5 | 0.4 | 0.39 |
| Hex | 8B | 5D | 3B | 0 | 21 | 3A | 2D | 1A | 28 | 27 |
| Octal | 213 | 135 | 73 | 0 | 41 | 72 | 55 | 32 | 50 | 47 |
| Binary | 10001011 | 1011101 | 111011 | 0 | 100001 | 111010 | 101101 | 11010 | 101000 | 100111 |
Color Harmonies of #8B5D3B
Complementary color
Monochromatic Colors of #8B5D3B
Black with #8B5D3B
Text Example
Text Example
White with #8B5D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D3B; }
p { color: rgb(139,93,59); }
H1.HeaderClassName
{
color: #8B5D3B;
}
.AnyTagClassName
{
color: #8B5D3B;
}
</style>
background-color css
<style>
a { background-color: #8B5D3B; }
a { background-color: rgb(139,93,59); }
div.DivClassName
{
background-color: #8B5D3B;
}
.BgClassName
{
background-color: #8B5D3B;
}
</style>
border-color css
<style>
span { border-color: #8B5D3B; }
span { border-color: rgb(139,93,59); }
td.TdClassName
{
border-color: #8B5D3B;
}
.TagClassName
{
border-color: #8B5D3B;
}
</style>