Html Css Color HEX #835855 Lotus

📋 copy color: '#835855'

red 131 ◦ green 88 ◦ blue 85

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

Shades of Lotus #835855

Tints of Lotus #835855

RGB

 RED value IS 131 (51.56% from 255) = 43.09%

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

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

R = 43.09%
G = 28.95%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#835855 (or 0x835855) is known color: Lotus. HEX triplet: 83, 58 and 55. RGB value is (131,88,85). Sum of RGB (Red+Green+Blue) = 131+88+85=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835855 is #7CA7AA. Grayscale: #646464. Windows color (decimal): -8169387 or 5593219. OLE color: 5593219.

HSL color Cylindrical-coordinate representation of color #835855: hue angle of 3.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835855 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 85 -
CMYK 0 0.33 0.35 0.49
HSL 3.91º 0.21% 0.42% -
HSV(B) 3.91º 0.35% 0.51% -
XYZ 14.49 12.46 10.24 -
YUV 100.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 131 88 85 0 0.33 0.35 0.49 3.91 0.21 0.42
Hex 83 58 55 0 21 23 31 4 15 2A
Octal 203 130 125 0 41 43 61 4 25 52
Binary 10000011 1011000 1010101 0 100001 100011 110001 100 10101 101010

Color Harmonies of #835855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835855

Black with #835855

Text Example


Text Example

White with #835855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835855; }

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

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

background-color css

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

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

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

border-color css

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

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

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