Html Css Color HEX #865349 Lotus

📋 copy color: '#865349'

red 134 ◦ green 83 ◦ blue 73

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

Shades of Lotus #865349

Tints of Lotus #865349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 46.21%
G = 28.62%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#865349 (or 0x865349) is known color: Lotus. HEX triplet: 86, 53 and 49. RGB value is (134,83,73). Sum of RGB (Red+Green+Blue) = 134+83+73=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #865349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865349 is #79ACB6. Grayscale: #616161. Windows color (decimal): -7974071 or 4805510. OLE color: 4805510.

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

Color convert

RGB 134 83 73 -
CMYK 0 0.38 0.46 0.47
HSL 9.84º 0.29% 0.41% -
HSV(B) 9.84º 0.46% 0.53% -
XYZ 14.13 11.74 7.82 -
YUV 97.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 134 83 73 0 0.38 0.46 0.47 9.84 0.29 0.41
Hex 86 53 49 0 26 2E 2F A 1D 29
Octal 206 123 111 0 46 56 57 12 35 51
Binary 10000110 1010011 1001001 0 100110 101110 101111 1010 11101 101001

Color Harmonies of #865349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865349

Black with #865349

Text Example


Text Example

White with #865349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865349; }

 p { color: rgb(134,83,73); }

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

background-color css

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

 a { background-color: rgb(134,83,73); }

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

border-color css

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

 span { border-color: rgb(134,83,73); }

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