Shades of Rope #8B5A34
Tints of Rope #8B5A34
RGB
CMYK
RGB Variations
Color information
#8B5A34 (or 0x8B5A34) is known color: Rope. HEX triplet: 8B, 5A and 34. RGB value is (139,90,52). Sum of RGB (Red+Green+Blue) = 139+90+52=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A34 is #74A5CB. Grayscale: #646464. Windows color (decimal): -7644620 or 3431051. OLE color: 3431051.
HSL color Cylindrical-coordinate representation of color #8B5A34: hue angle of 26.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B5A34 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 52 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.45 |
| HSL | 26.21º | 0.46% | 0.37% | - |
| HSV(B) | 26.21º | 0.63% | 0.55% | - |
| XYZ | 14.92 | 13.05 | 4.98 | - |
| YUV | 100.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 52 | 0 | 0.35 | 0.63 | 0.45 | 26.21 | 0.46 | 0.37 |
| Hex | 8B | 5A | 34 | 0 | 23 | 3F | 2D | 1A | 2E | 25 |
| Octal | 213 | 132 | 64 | 0 | 43 | 77 | 55 | 32 | 56 | 45 |
| Binary | 10001011 | 1011010 | 110100 | 0 | 100011 | 111111 | 101101 | 11010 | 101110 | 100101 |
Color Harmonies of #8B5A34
Complementary color
Monochromatic Colors of #8B5A34
Black with #8B5A34
Text Example
Text Example
White with #8B5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A34; }
p { color: rgb(139,90,52); }
H1.HeaderClassName
{
color: #8B5A34;
}
.AnyTagClassName
{
color: #8B5A34;
}
</style>
background-color css
<style>
a { background-color: #8B5A34; }
a { background-color: rgb(139,90,52); }
div.DivClassName
{
background-color: #8B5A34;
}
.BgClassName
{
background-color: #8B5A34;
}
</style>
border-color css
<style>
span { border-color: #8B5A34; }
span { border-color: rgb(139,90,52); }
td.TdClassName
{
border-color: #8B5A34;
}
.TagClassName
{
border-color: #8B5A34;
}
</style>