Html Css Color HEX #835756 Lotus

📋 copy color: '#835756'

red 131 ◦ green 87 ◦ blue 86

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

Shades of Lotus #835756

Tints of Lotus #835756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.29%

R = 43.09%
G = 28.62%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#835756 (or 0x835756) is known color: Lotus. HEX triplet: 83, 57 and 56. RGB value is (131,87,86). Sum of RGB (Red+Green+Blue) = 131+87+86=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835756 is #7CA8A9. Grayscale: #646464. Windows color (decimal): -8169642 or 5658499. OLE color: 5658499.

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

Color convert

RGB 131 87 86 -
CMYK 0 0.34 0.34 0.49
HSL 1.33º 0.21% 0.43% -
HSV(B) 1.33º 0.34% 0.51% -
XYZ 14.45 12.31 10.42 -
YUV 100.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 131 87 86 0 0.34 0.34 0.49 1.33 0.21 0.43
Hex 83 57 56 0 22 22 31 1 15 2B
Octal 203 127 126 0 42 42 61 1 25 53
Binary 10000011 1010111 1010110 0 100010 100010 110001 1 10101 101011

Color Harmonies of #835756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835756

Black with #835756

Text Example


Text Example

White with #835756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835756; }

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

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

background-color css

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

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

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

border-color css

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

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

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