Shades of Rope #8B5235
Tints of Rope #8B5235
RGB
CMYK
RGB Variations
Color information
#8B5235 (or 0x8B5235) is known color: Rope. HEX triplet: 8B, 52 and 35. RGB value is (139,82,53). Sum of RGB (Red+Green+Blue) = 139+82+53=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5235 is #74ADCA. Grayscale: #5F5F5F. Windows color (decimal): -7646667 or 3494539. OLE color: 3494539.
HSL color Cylindrical-coordinate representation of color #8B5235: hue angle of 20.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5235 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 53 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.45 |
| HSL | 20.23º | 0.45% | 0.38% | - |
| HSV(B) | 20.23º | 0.62% | 0.55% | - |
| XYZ | 14.31 | 11.78 | 4.89 | - |
| YUV | 95.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 53 | 0 | 0.41 | 0.62 | 0.45 | 20.23 | 0.45 | 0.38 |
| Hex | 8B | 52 | 35 | 0 | 29 | 3E | 2D | 14 | 2D | 26 |
| Octal | 213 | 122 | 65 | 0 | 51 | 76 | 55 | 24 | 55 | 46 |
| Binary | 10001011 | 1010010 | 110101 | 0 | 101001 | 111110 | 101101 | 10100 | 101101 | 100110 |
Color Harmonies of #8B5235
Complementary color
Monochromatic Colors of #8B5235
Black with #8B5235
Text Example
Text Example
White with #8B5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5235; }
p { color: rgb(139,82,53); }
H1.HeaderClassName
{
color: #8B5235;
}
.AnyTagClassName
{
color: #8B5235;
}
</style>
background-color css
<style>
a { background-color: #8B5235; }
a { background-color: rgb(139,82,53); }
div.DivClassName
{
background-color: #8B5235;
}
.BgClassName
{
background-color: #8B5235;
}
</style>
border-color css
<style>
span { border-color: #8B5235; }
span { border-color: rgb(139,82,53); }
td.TdClassName
{
border-color: #8B5235;
}
.TagClassName
{
border-color: #8B5235;
}
</style>