Html Css Color HEX #855554 Lotus

📋 copy color: '#855554'

red 133 ◦ green 85 ◦ blue 84

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

Shades of Lotus #855554

Tints of Lotus #855554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 44.04%
G = 28.15%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#855554 (or 0x855554) is known color: Lotus. HEX triplet: 85, 55 and 54. RGB value is (133,85,84). Sum of RGB (Red+Green+Blue) = 133+85+84=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855554 is #7AAAAB. Grayscale: #636363. Windows color (decimal): -8039084 or 5526917. OLE color: 5526917.

HSL color Cylindrical-coordinate representation of color #855554: hue angle of 1.22º 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 #855554 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 84 -
CMYK 0 0.36 0.37 0.48
HSL 1.22º 0.23% 0.43% -
HSV(B) 1.22º 0.37% 0.52% -
XYZ 14.52 12.12 9.96 -
YUV 99.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 133 85 84 0 0.36 0.37 0.48 1.22 0.23 0.43
Hex 85 55 54 0 24 25 30 1 17 2B
Octal 205 125 124 0 44 45 60 1 27 53
Binary 10000101 1010101 1010100 0 100100 100101 110000 1 10111 101011

Color Harmonies of #855554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855554

Black with #855554

Text Example


Text Example

White with #855554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855554; }

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

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

background-color css

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

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

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

border-color css

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

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

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