Html Css Color HEX #90553A Rope

📋 copy color: '#90553A'

red 144 ◦ green 85 ◦ blue 58

#90553A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rope #90553A

Tints of Rope #90553A

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 value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#90553A (or 0x90553A) is known color: 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

RGB 144 85 58 -
CMYK 0 0.41 0.60 0.44
HSL 18.84º 0.43% 0.4% -
HSV(B) 18.84º 0.6% 0.56% -
XYZ 15.51 12.73 5.64 -
YUV 99.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 144 85 58 0 0.41 0.60 0.44 18.84 0.43 0.4
Hex 90 55 3A 0 29 3C 2C 13 2B 28
Octal 220 125 72 0 51 74 54 23 53 50
Binary 10010000 1010101 111010 0 101001 111100 101100 10011 101011 101000

Color Harmonies of #90553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90553A

Black with #90553A

Text Example


Text Example

White with #90553A

Text Example


Text Example

HTML Codes & Css Web 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>