#90553D

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

Shades of Rope #90553D

Tints of Rope #90553D

Color information

#90553D (or 0x90553D) is unknown color: approx Rope. HEX triplet: 90, 55 and 3D. RGB value is (144,85,61). Sum of RGB (Red+Green+Blue) = 144+85+61=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90553D is #6FAAC2. Grayscale: #646464. Windows color (decimal): -7318211 or 4019600. OLE color: 4019600.

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

Color convert

RGB1448561-
CMYK00.410.580.44
HSL17.35º40.49%40.2%-
HSV(B)17.35º57.64%56.47%-
XYZ15.5912.766.06-
YUV99.9106.05159.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=49.66%
G=29.31%
B=21.03%

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
Decimal144856100.410.580.4417.3540.4940.2
Hex90553D0293A2C112828
Octal220125750517254215050
Binary100100001010101111101010100111101010110010001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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