Shades of Rope #8B5D3C
Tints of Rope #8B5D3C
RGB
CMYK
RGB Variations
Color information
#8B5D3C (or 0x8B5D3C) is known color: Rope. HEX triplet: 8B, 5D and 3C. RGB value is (139,93,60). Sum of RGB (Red+Green+Blue) = 139+93+60=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5D3C is #74A2C3. Grayscale: #676767. Windows color (decimal): -7643844 or 3956107. OLE color: 3956107.
HSL color Cylindrical-coordinate representation of color #8B5D3C: hue angle of 25.06º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B5D3C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 60 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.45 |
| HSL | 25.06º | 0.4% | 0.39% | - |
| HSV(B) | 25.06º | 0.57% | 0.55% | - |
| XYZ | 15.38 | 13.64 | 6.1 | - |
| YUV | 102.99 | 103.74 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 60 | 0 | 0.33 | 0.57 | 0.45 | 25.06 | 0.4 | 0.39 |
| Hex | 8B | 5D | 3C | 0 | 21 | 39 | 2D | 19 | 28 | 27 |
| Octal | 213 | 135 | 74 | 0 | 41 | 71 | 55 | 31 | 50 | 47 |
| Binary | 10001011 | 1011101 | 111100 | 0 | 100001 | 111001 | 101101 | 11001 | 101000 | 100111 |
Color Harmonies of #8B5D3C
Complementary color
Monochromatic Colors of #8B5D3C
Black with #8B5D3C
Text Example
Text Example
White with #8B5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D3C; }
p { color: rgb(139,93,60); }
H1.HeaderClassName
{
color: #8B5D3C;
}
.AnyTagClassName
{
color: #8B5D3C;
}
</style>
background-color css
<style>
a { background-color: #8B5D3C; }
a { background-color: rgb(139,93,60); }
div.DivClassName
{
background-color: #8B5D3C;
}
.BgClassName
{
background-color: #8B5D3C;
}
</style>
border-color css
<style>
span { border-color: #8B5D3C; }
span { border-color: rgb(139,93,60); }
td.TdClassName
{
border-color: #8B5D3C;
}
.TagClassName
{
border-color: #8B5D3C;
}
</style>