Html Css Color HEX #855A54 Lotus

📋 copy color: '#855A54'

red 133 ◦ green 90 ◦ blue 84

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

Shades of Lotus #855A54

Tints of Lotus #855A54

RGB

 RED value IS 133 (52.34% from 255) = 43.32%

 GREEN value IS 90 (35.55% from 255) = 29.32%

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 43.32%
G = 29.32%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#855A54 (or 0x855A54) is known color: Lotus. HEX triplet: 85, 5A and 54. RGB value is (133,90,84). Sum of RGB (Red+Green+Blue) = 133+90+84=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #855A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A54 is #7AA5AB. Grayscale: #666666. Windows color (decimal): -8037804 or 5528197. OLE color: 5528197.

HSL color Cylindrical-coordinate representation of color #855A54: hue angle of 7.35º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855A54 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 84 -
CMYK 0 0.32 0.37 0.48
HSL 7.35º 0.23% 0.43% -
HSV(B) 7.35º 0.37% 0.52% -
XYZ 14.93 12.94 10.1 -
YUV 102.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 133 90 84 0 0.32 0.37 0.48 7.35 0.23 0.43
Hex 85 5A 54 0 20 25 30 7 17 2B
Octal 205 132 124 0 40 45 60 7 27 53
Binary 10000101 1011010 1010100 0 100000 100101 110000 111 10111 101011

Color Harmonies of #855A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A54

Black with #855A54

Text Example


Text Example

White with #855A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855A54; }

 p { color: rgb(133,90,84); }

 H1.HeaderClassName
 {
   color: #855A54;
 }
 .AnyTagClassName
 {
   color: #855A54;
 }
</style>

background-color css

<style>
 a { background-color: #855A54; }

 a { background-color: rgb(133,90,84); }

 div.DivClassName
 {
   background-color: #855A54;
 }
 .BgClassName
 {
   background-color: #855A54;
 }
</style>

border-color css

<style>
 span { border-color: #855A54; }

 span { border-color: rgb(133,90,84); }

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