Shades of Rope #905E39
Tints of Rope #905E39
RGB
CMYK
RGB Variations
Color information
#905E39 (or 0x905E39) is known color: Rope. HEX triplet: 90, 5E and 39. RGB value is (144,94,57). Sum of RGB (Red+Green+Blue) = 144+94+57=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #905E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905E39 is #6FA1C6. Grayscale: #686868. Windows color (decimal): -7315911 or 3759760. OLE color: 3759760.
HSL color Cylindrical-coordinate representation of color #905E39: hue angle of 25.52º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #905E39 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 57 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.44 |
| HSL | 25.52º | 0.43% | 0.39% | - |
| HSV(B) | 25.52º | 0.6% | 0.56% | - |
| XYZ | 16.24 | 14.23 | 5.76 | - |
| YUV | 104.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 57 | 0 | 0.35 | 0.60 | 0.44 | 25.52 | 0.43 | 0.39 |
| Hex | 90 | 5E | 39 | 0 | 23 | 3C | 2C | 1A | 2B | 27 |
| Octal | 220 | 136 | 71 | 0 | 43 | 74 | 54 | 32 | 53 | 47 |
| Binary | 10010000 | 1011110 | 111001 | 0 | 100011 | 111100 | 101100 | 11010 | 101011 | 100111 |
Color Harmonies of #905E39
Complementary color
Monochromatic Colors of #905E39
Black with #905E39
Text Example
Text Example
White with #905E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E39; }
p { color: rgb(144,94,57); }
H1.HeaderClassName
{
color: #905E39;
}
.AnyTagClassName
{
color: #905E39;
}
</style>
background-color css
<style>
a { background-color: #905E39; }
a { background-color: rgb(144,94,57); }
div.DivClassName
{
background-color: #905E39;
}
.BgClassName
{
background-color: #905E39;
}
</style>
border-color css
<style>
span { border-color: #905E39; }
span { border-color: rgb(144,94,57); }
td.TdClassName
{
border-color: #905E39;
}
.TagClassName
{
border-color: #905E39;
}
</style>