Shades of Rope #8A5B39
Tints of Rope #8A5B39
RGB
CMYK
RGB Variations
Color information
#8A5B39 (or 0x8A5B39) is known color: Rope. HEX triplet: 8A, 5B and 39. RGB value is (138,91,57). Sum of RGB (Red+Green+Blue) = 138+91+57=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5B39 is #75A4C6. Grayscale: #656565. Windows color (decimal): -7709895 or 3758986. OLE color: 3758986.
HSL color Cylindrical-coordinate representation of color #8A5B39: hue angle of 25.19º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A5B39 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 57 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.46 |
| HSL | 25.19º | 0.42% | 0.38% | - |
| HSV(B) | 25.19º | 0.59% | 0.54% | - |
| XYZ | 14.96 | 13.18 | 5.63 | - |
| YUV | 101.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 57 | 0 | 0.34 | 0.59 | 0.46 | 25.19 | 0.42 | 0.38 |
| Hex | 8A | 5B | 39 | 0 | 22 | 3B | 2E | 19 | 2A | 26 |
| Octal | 212 | 133 | 71 | 0 | 42 | 73 | 56 | 31 | 52 | 46 |
| Binary | 10001010 | 1011011 | 111001 | 0 | 100010 | 111011 | 101110 | 11001 | 101010 | 100110 |
Color Harmonies of #8A5B39
Complementary color
Monochromatic Colors of #8A5B39
Black with #8A5B39
Text Example
Text Example
White with #8A5B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B39; }
p { color: rgb(138,91,57); }
H1.HeaderClassName
{
color: #8A5B39;
}
.AnyTagClassName
{
color: #8A5B39;
}
</style>
background-color css
<style>
a { background-color: #8A5B39; }
a { background-color: rgb(138,91,57); }
div.DivClassName
{
background-color: #8A5B39;
}
.BgClassName
{
background-color: #8A5B39;
}
</style>
border-color css
<style>
span { border-color: #8A5B39; }
span { border-color: rgb(138,91,57); }
td.TdClassName
{
border-color: #8A5B39;
}
.TagClassName
{
border-color: #8A5B39;
}
</style>