Html Css Color HEX #875855 Lotus

📋 copy color: '#875855'

red 135 ◦ green 88 ◦ blue 85

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

Shades of Lotus #875855

Tints of Lotus #875855

RGB

 RED value IS 135 (53.13% from 255) = 43.83%

 GREEN value IS 88 (34.77% from 255) = 28.57%

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 43.83%
G = 28.57%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#875855 (or 0x875855) is known color: Lotus. HEX triplet: 87, 58 and 55. RGB value is (135,88,85). Sum of RGB (Red+Green+Blue) = 135+88+85=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875855 is #78A7AA. Grayscale: #656565. Windows color (decimal): -7907243 or 5593223. OLE color: 5593223.

HSL color Cylindrical-coordinate representation of color #875855: hue angle of 3.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875855 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 88 85 -
CMYK 0 0.35 0.37 0.47
HSL 3.6º 0.23% 0.43% -
HSV(B) 3.6º 0.37% 0.53% -
XYZ 15.12 12.79 10.27 -
YUV 101.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 135 88 85 0 0.35 0.37 0.47 3.6 0.23 0.43
Hex 87 58 55 0 23 25 2F 4 17 2B
Octal 207 130 125 0 43 45 57 4 27 53
Binary 10000111 1011000 1010101 0 100011 100101 101111 100 10111 101011

Color Harmonies of #875855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875855

Black with #875855

Text Example


Text Example

White with #875855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875855; }

 p { color: rgb(135,88,85); }

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

background-color css

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

 a { background-color: rgb(135,88,85); }

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

border-color css

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

 span { border-color: rgb(135,88,85); }

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