Shades of Rope #8B5438
Tints of Rope #8B5438
RGB
CMYK
RGB Variations
Color information
#8B5438 (or 0x8B5438) is known color: Rope. HEX triplet: 8B, 54 and 38. RGB value is (139,84,56). Sum of RGB (Red+Green+Blue) = 139+84+56=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5438 is #74ABC7. Grayscale: #616161. Windows color (decimal): -7646152 or 3691659. OLE color: 3691659.
HSL color Cylindrical-coordinate representation of color #8B5438: hue angle of 20.24º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B5438 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 56 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.45 |
| HSL | 20.24º | 0.43% | 0.38% | - |
| HSV(B) | 20.24º | 0.6% | 0.55% | - |
| XYZ | 14.53 | 12.12 | 5.31 | - |
| YUV | 97.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 56 | 0 | 0.40 | 0.60 | 0.45 | 20.24 | 0.43 | 0.38 |
| Hex | 8B | 54 | 38 | 0 | 28 | 3C | 2D | 14 | 2B | 26 |
| Octal | 213 | 124 | 70 | 0 | 50 | 74 | 55 | 24 | 53 | 46 |
| Binary | 10001011 | 1010100 | 111000 | 0 | 101000 | 111100 | 101101 | 10100 | 101011 | 100110 |
Color Harmonies of #8B5438
Complementary color
Monochromatic Colors of #8B5438
Black with #8B5438
Text Example
Text Example
White with #8B5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5438; }
p { color: rgb(139,84,56); }
H1.HeaderClassName
{
color: #8B5438;
}
.AnyTagClassName
{
color: #8B5438;
}
</style>
background-color css
<style>
a { background-color: #8B5438; }
a { background-color: rgb(139,84,56); }
div.DivClassName
{
background-color: #8B5438;
}
.BgClassName
{
background-color: #8B5438;
}
</style>
border-color css
<style>
span { border-color: #8B5438; }
span { border-color: rgb(139,84,56); }
td.TdClassName
{
border-color: #8B5438;
}
.TagClassName
{
border-color: #8B5438;
}
</style>