Shades of Rope #905D38
Tints of Rope #905D38
RGB
CMYK
RGB Variations
Color information
#905D38 (or 0x905D38) is known color: Rope. HEX triplet: 90, 5D and 38. RGB value is (144,93,56). Sum of RGB (Red+Green+Blue) = 144+93+56=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #905D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D38 is #6FA2C7. Grayscale: #686868. Windows color (decimal): -7316168 or 3693968. OLE color: 3693968.
HSL color Cylindrical-coordinate representation of color #905D38: hue angle of 25.23º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #905D38 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 56 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.44 |
| HSL | 25.23º | 0.44% | 0.39% | - |
| HSV(B) | 25.23º | 0.61% | 0.56% | - |
| XYZ | 16.13 | 14.04 | 5.6 | - |
| YUV | 104.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 56 | 0 | 0.35 | 0.61 | 0.44 | 25.23 | 0.44 | 0.39 |
| Hex | 90 | 5D | 38 | 0 | 23 | 3D | 2C | 19 | 2C | 27 |
| Octal | 220 | 135 | 70 | 0 | 43 | 75 | 54 | 31 | 54 | 47 |
| Binary | 10010000 | 1011101 | 111000 | 0 | 100011 | 111101 | 101100 | 11001 | 101100 | 100111 |
Color Harmonies of #905D38
Complementary color
Monochromatic Colors of #905D38
Black with #905D38
Text Example
Text Example
White with #905D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D38; }
p { color: rgb(144,93,56); }
H1.HeaderClassName
{
color: #905D38;
}
.AnyTagClassName
{
color: #905D38;
}
</style>
background-color css
<style>
a { background-color: #905D38; }
a { background-color: rgb(144,93,56); }
div.DivClassName
{
background-color: #905D38;
}
.BgClassName
{
background-color: #905D38;
}
</style>
border-color css
<style>
span { border-color: #905D38; }
span { border-color: rgb(144,93,56); }
td.TdClassName
{
border-color: #905D38;
}
.TagClassName
{
border-color: #905D38;
}
</style>