Html Css Color HEX #865750 Lotus

📋 copy color: '#865750'

red 134 ◦ green 87 ◦ blue 80

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

Shades of Lotus #865750

Tints of Lotus #865750

RGB

 RED value IS 134 (52.73% from 255) = 44.52%

 GREEN value IS 87 (34.38% from 255) = 28.9%

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

R = 44.52%
G = 28.9%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#865750 (or 0x865750) is known color: Lotus. HEX triplet: 86, 57 and 50. RGB value is (134,87,80). Sum of RGB (Red+Green+Blue) = 134+87+80=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865750 is #79A8AF. Grayscale: #646464. Windows color (decimal): -7973040 or 5265286. OLE color: 5265286.

HSL color Cylindrical-coordinate representation of color #865750: hue angle of 7.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865750 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 87 80 -
CMYK 0 0.35 0.40 0.47
HSL 7.78º 0.25% 0.42% -
HSV(B) 7.78º 0.4% 0.53% -
XYZ 14.69 12.46 9.22 -
YUV 100.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 134 87 80 0 0.35 0.40 0.47 7.78 0.25 0.42
Hex 86 57 50 0 23 28 2F 8 19 2A
Octal 206 127 120 0 43 50 57 10 31 52
Binary 10000110 1010111 1010000 0 100011 101000 101111 1000 11001 101010

Color Harmonies of #865750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865750

Black with #865750

Text Example


Text Example

White with #865750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865750; }

 p { color: rgb(134,87,80); }

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

background-color css

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

 a { background-color: rgb(134,87,80); }

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

border-color css

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

 span { border-color: rgb(134,87,80); }

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