#90553B

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

Shades of Rope #90553B

Tints of Rope #90553B

Color information

#90553B (or 0x90553B) is unknown color: approx Rope. HEX triplet: 90, 55 and 3B. RGB value is (144,85,59). Sum of RGB (Red+Green+Blue) = 144+85+59=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90553B is #6FAAC4. Grayscale: #636363. Windows color (decimal): -7318213 or 3888528. OLE color: 3888528.

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

Color convert

RGB1448559-
CMYK00.410.590.44
HSL18.35º41.87%39.8%-
HSV(B)18.35º59.03%56.47%-
XYZ15.5412.745.78-
YUV99.68105.05159.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=50%
G=29.51%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144855900.410.590.4418.3541.8739.8
Hex90553B0293B2C122a28
Octal220125730517354225250
Binary100100001010101111011010100111101110110010010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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