Html Css Color HEX #835755 Lotus

📋 copy color: '#835755'

red 131 ◦ green 87 ◦ blue 85

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

Shades of Lotus #835755

Tints of Lotus #835755

RGB

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

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

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

R = 43.23%
G = 28.71%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#835755 (or 0x835755) is known color: Lotus. HEX triplet: 83, 57 and 55. RGB value is (131,87,85). Sum of RGB (Red+Green+Blue) = 131+87+85=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835755 is #7CA8AA. Grayscale: #636363. Windows color (decimal): -8169643 or 5592963. OLE color: 5592963.

HSL color Cylindrical-coordinate representation of color #835755: hue angle of 2.61º 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 #835755 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 87 85 -
CMYK 0 0.34 0.35 0.49
HSL 2.61º 0.21% 0.42% -
HSV(B) 2.61º 0.35% 0.51% -
XYZ 14.41 12.3 10.21 -
YUV 99.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 131 87 85 0 0.34 0.35 0.49 2.61 0.21 0.42
Hex 83 57 55 0 22 23 31 3 15 2A
Octal 203 127 125 0 42 43 61 3 25 52
Binary 10000011 1010111 1010101 0 100010 100011 110001 11 10101 101010

Color Harmonies of #835755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835755

Black with #835755

Text Example


Text Example

White with #835755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835755; }

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

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

background-color css

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

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

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

border-color css

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

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

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