Shades of Rope #90533C
Tints of Rope #90533C
RGB
CMYK
RGB Variations
Color information
#90533C (or 0x90533C) is known color: Rope. HEX triplet: 90, 53 and 3C. RGB value is (144,83,60). Sum of RGB (Red+Green+Blue) = 144+83+60=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90533C is #6FACC3. Grayscale: #626262. Windows color (decimal): -7318724 or 3953552. OLE color: 3953552.
HSL color Cylindrical-coordinate representation of color #90533C: hue angle of 16.43º degrees, saturation: 0.41, 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 #90533C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 60 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.44 |
| HSL | 16.43º | 0.41% | 0.4% | - |
| HSV(B) | 16.43º | 0.58% | 0.56% | - |
| XYZ | 15.41 | 12.44 | 5.86 | - |
| YUV | 98.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 60 | 0 | 0.42 | 0.58 | 0.44 | 16.43 | 0.41 | 0.4 |
| Hex | 90 | 53 | 3C | 0 | 2A | 3A | 2C | 10 | 29 | 28 |
| Octal | 220 | 123 | 74 | 0 | 52 | 72 | 54 | 20 | 51 | 50 |
| Binary | 10010000 | 1010011 | 111100 | 0 | 101010 | 111010 | 101100 | 10000 | 101001 | 101000 |
Color Harmonies of #90533C
Complementary color
Monochromatic Colors of #90533C
Black with #90533C
Text Example
Text Example
White with #90533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90533C; }
p { color: rgb(144,83,60); }
H1.HeaderClassName
{
color: #90533C;
}
.AnyTagClassName
{
color: #90533C;
}
</style>
background-color css
<style>
a { background-color: #90533C; }
a { background-color: rgb(144,83,60); }
div.DivClassName
{
background-color: #90533C;
}
.BgClassName
{
background-color: #90533C;
}
</style>
border-color css
<style>
span { border-color: #90533C; }
span { border-color: rgb(144,83,60); }
td.TdClassName
{
border-color: #90533C;
}
.TagClassName
{
border-color: #90533C;
}
</style>