#90553C

Color #90553C Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #90553C

Tints of Rope #90553C

Color information

#90553C (or 0x90553C) is unknown color: approx Rope. HEX triplet: 90, 55 and 3C. RGB value is (144,85,60). Sum of RGB (Red+Green+Blue) = 144+85+60=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90553C is #6FAAC3. Grayscale: #636363. Windows color (decimal): -7318212 or 3954064. OLE color: 3954064.

HSL color Cylindrical-coordinate representation of color #90553C: hue angle of 17.86º 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 #90553C is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1448560-
CMYK00.410.580.44
HSL17.86º41.18%40%-
HSV(B)17.86º58.33%56.47%-
XYZ15.5712.755.92-
YUV99.79105.55159.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 49.83%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=49.83%
G=29.41%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144856000.410.580.4417.8641.1840
Hex90553C0293A2C122928
Octal220125740517254225150
Binary100100001010101111100010100111101010110010010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90553C; }

 p { color: rgb(144,85,60); }

 H1.HeaderClassName
 {
   color: #90553C;
 }
 .AnyTagClassName
 {
   color: #90553C;
 }
</style>
background-color css

<style>
 a { background-color: #90553C; }

 a { background-color: rgb(144,85,60); }

 div.DivClassName
 {
   background-color: #90553C;
 }
 .BgClassName
 {
   background-color: #90553C;
 }
</style>
border-color css

<style>
 span { border-color: #90553C; }

 span { border-color: rgb(144,85,60); }

 td.TdClassName
 {
   border-color: #90553C;
 }
 .TagClassName
 {
   border-color: #90553C;
 }
</style>