#90553F

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

Shades of Rope #90553F

Tints of Rope #90553F

Color information

#90553F (or 0x90553F) is unknown color: approx Rope. HEX triplet: 90, 55 and 3F. RGB value is (144,85,63). Sum of RGB (Red+Green+Blue) = 144+85+63=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90553F is #6FAAC0. Grayscale: #646464. Windows color (decimal): -7318209 or 4150672. OLE color: 4150672.

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

Color convert

RGB1448563-
CMYK00.410.560.44
HSL16.3º39.13%40.59%-
HSV(B)16.3º56.25%56.47%-
XYZ15.6512.796.35-
YUV100.13107.05159.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 63 (25% from 255) = 21.58%
R=49.32%
G=29.11%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144856300.410.560.4416.339.1340.59
Hex90553F029382C102729
Octal220125770517054204751
Binary100100001010101111111010100111100010110010000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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