Html Css Color HEX #875650 Lotus

📋 copy color: '#875650'

red 135 ◦ green 86 ◦ blue 80

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

Shades of Lotus #875650

Tints of Lotus #875650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 44.85%
G = 28.57%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875650 (or 0x875650) is known color: Lotus. HEX triplet: 87, 56 and 50. RGB value is (135,86,80). Sum of RGB (Red+Green+Blue) = 135+86+80=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875650 is #78A9AF. Grayscale: #646464. Windows color (decimal): -7907760 or 5265031. OLE color: 5265031.

HSL color Cylindrical-coordinate representation of color #875650: hue angle of 6.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875650 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 86 80 -
CMYK 0 0.36 0.41 0.47
HSL 6.55º 0.26% 0.42% -
HSV(B) 6.55º 0.41% 0.53% -
XYZ 14.77 12.39 9.2 -
YUV 99.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 135 86 80 0 0.36 0.41 0.47 6.55 0.26 0.42
Hex 87 56 50 0 24 29 2F 7 1A 2A
Octal 207 126 120 0 44 51 57 7 32 52
Binary 10000111 1010110 1010000 0 100100 101001 101111 111 11010 101010

Color Harmonies of #875650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875650

Black with #875650

Text Example


Text Example

White with #875650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875650; }

 p { color: rgb(135,86,80); }

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

background-color css

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

 a { background-color: rgb(135,86,80); }

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

border-color css

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

 span { border-color: rgb(135,86,80); }

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