Html Css Color HEX #855654 Lotus

📋 copy color: '#855654'

red 133 ◦ green 86 ◦ blue 84

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

Shades of Lotus #855654

Tints of Lotus #855654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

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

R = 43.89%
G = 28.38%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#855654 (or 0x855654) is known color: Lotus. HEX triplet: 85, 56 and 54. RGB value is (133,86,84). Sum of RGB (Red+Green+Blue) = 133+86+84=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855654 is #7AA9AB. Grayscale: #636363. Windows color (decimal): -8038828 or 5527173. OLE color: 5527173.

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

Color convert

RGB 133 86 84 -
CMYK 0 0.35 0.37 0.48
HSL 2.45º 0.23% 0.43% -
HSV(B) 2.45º 0.37% 0.52% -
XYZ 14.6 12.28 9.99 -
YUV 99.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 133 86 84 0 0.35 0.37 0.48 2.45 0.23 0.43
Hex 85 56 54 0 23 25 30 2 17 2B
Octal 205 126 124 0 43 45 60 2 27 53
Binary 10000101 1010110 1010100 0 100011 100101 110000 10 10111 101011

Color Harmonies of #855654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855654

Black with #855654

Text Example


Text Example

White with #855654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855654; }

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

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

background-color css

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

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

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

border-color css

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

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

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