Shades of Rope #90533D
Tints of Rope #90533D
RGB
CMYK
RGB Variations
Color information
#90533D (or 0x90533D) is known color: Rope. HEX triplet: 90, 53 and 3D. RGB value is (144,83,61). Sum of RGB (Red+Green+Blue) = 144+83+61=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90533D is #6FACC2. Grayscale: #626262. Windows color (decimal): -7318723 or 4019088. OLE color: 4019088.
HSL color Cylindrical-coordinate representation of color #90533D: hue angle of 15.9º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90533D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 61 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.44 |
| HSL | 15.9º | 0.4% | 0.4% | - |
| HSV(B) | 15.9º | 0.58% | 0.56% | - |
| XYZ | 15.44 | 12.45 | 6 | - |
| YUV | 98.73 | 106.71 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 61 | 0 | 0.42 | 0.58 | 0.44 | 15.9 | 0.4 | 0.4 |
| Hex | 90 | 53 | 3D | 0 | 2A | 3A | 2C | 10 | 28 | 28 |
| Octal | 220 | 123 | 75 | 0 | 52 | 72 | 54 | 20 | 50 | 50 |
| Binary | 10010000 | 1010011 | 111101 | 0 | 101010 | 111010 | 101100 | 10000 | 101000 | 101000 |
Color Harmonies of #90533D
Complementary color
Monochromatic Colors of #90533D
Black with #90533D
Text Example
Text Example
White with #90533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90533D; }
p { color: rgb(144,83,61); }
H1.HeaderClassName
{
color: #90533D;
}
.AnyTagClassName
{
color: #90533D;
}
</style>
background-color css
<style>
a { background-color: #90533D; }
a { background-color: rgb(144,83,61); }
div.DivClassName
{
background-color: #90533D;
}
.BgClassName
{
background-color: #90533D;
}
</style>
border-color css
<style>
span { border-color: #90533D; }
span { border-color: rgb(144,83,61); }
td.TdClassName
{
border-color: #90533D;
}
.TagClassName
{
border-color: #90533D;
}
</style>