Shades of Rope #885838
Tints of Rope #885838
RGB
CMYK
RGB Variations
Color information
#885838 (or 0x885838) is known color: Rope. HEX triplet: 88, 58 and 38. RGB value is (136,88,56). Sum of RGB (Red+Green+Blue) = 136+88+56=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #885838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885838 is #77A7C7. Grayscale: #626262. Windows color (decimal): -7841736 or 3692680. OLE color: 3692680.
HSL color Cylindrical-coordinate representation of color #885838: hue angle of 24º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #885838 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 88 | 56 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.47 |
| HSL | 24º | 0.42% | 0.38% | - |
| HSV(B) | 24º | 0.59% | 0.53% | - |
| XYZ | 14.36 | 12.5 | 5.4 | - |
| YUV | 98.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 56 | 0 | 0.35 | 0.59 | 0.47 | 24 | 0.42 | 0.38 |
| Hex | 88 | 58 | 38 | 0 | 23 | 3B | 2F | 18 | 2A | 26 |
| Octal | 210 | 130 | 70 | 0 | 43 | 73 | 57 | 30 | 52 | 46 |
| Binary | 10001000 | 1011000 | 111000 | 0 | 100011 | 111011 | 101111 | 11000 | 101010 | 100110 |
Color Harmonies of #885838
Complementary color
Monochromatic Colors of #885838
Black with #885838
Text Example
Text Example
White with #885838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885838; }
p { color: rgb(136,88,56); }
H1.HeaderClassName
{
color: #885838;
}
.AnyTagClassName
{
color: #885838;
}
</style>
background-color css
<style>
a { background-color: #885838; }
a { background-color: rgb(136,88,56); }
div.DivClassName
{
background-color: #885838;
}
.BgClassName
{
background-color: #885838;
}
</style>
border-color css
<style>
span { border-color: #885838; }
span { border-color: rgb(136,88,56); }
td.TdClassName
{
border-color: #885838;
}
.TagClassName
{
border-color: #885838;
}
</style>