#90553A

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

Shades of Rope #90553A

Tints of Rope #90553A

Color information

#90553A (or 0x90553A) is unknown color: approx Rope. HEX triplet: 90, 55 and 3A. RGB value is (144,85,58). Sum of RGB (Red+Green+Blue) = 144+85+58=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90553A is #6FAAC5. Grayscale: #636363. Windows color (decimal): -7318214 or 3822992. OLE color: 3822992.

HSL color Cylindrical-coordinate representation of color #90553A: hue angle of 18.84º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90553A is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1448558-
CMYK00.410.600.44
HSL18.84º42.57%39.61%-
HSV(B)18.84º59.72%56.47%-
XYZ15.5112.735.64-
YUV99.56104.55159.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=50.17%
G=29.62%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144855800.410.600.4418.8442.5739.61
Hex90553A0293C2C132b28
Octal220125720517454235350
Binary100100001010101111010010100111110010110010011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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