Html Css Color HEX #865250 Lotus

📋 copy color: '#865250'

red 134 ◦ green 82 ◦ blue 80

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

Shades of Lotus #865250

Tints of Lotus #865250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 45.27%
G = 27.7%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#865250 (or 0x865250) is known color: Lotus. HEX triplet: 86, 52 and 50. RGB value is (134,82,80). Sum of RGB (Red+Green+Blue) = 134+82+80=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865250 is #79ADAF. Grayscale: #616161. Windows color (decimal): -7974320 or 5264006. OLE color: 5264006.

HSL color Cylindrical-coordinate representation of color #865250: hue angle of 2.22º 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 #865250 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 80 -
CMYK 0 0.39 0.40 0.47
HSL 2.22º 0.25% 0.42% -
HSV(B) 2.22º 0.4% 0.53% -
XYZ 14.3 11.68 9.09 -
YUV 97.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 134 82 80 0 0.39 0.40 0.47 2.22 0.25 0.42
Hex 86 52 50 0 27 28 2F 2 19 2A
Octal 206 122 120 0 47 50 57 2 31 52
Binary 10000110 1010010 1010000 0 100111 101000 101111 10 11001 101010

Color Harmonies of #865250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865250

Black with #865250

Text Example


Text Example

White with #865250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865250; }

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

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

background-color css

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

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

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

border-color css

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

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

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