Html Css Color HEX #835753 Lotus

📋 copy color: '#835753'

red 131 ◦ green 87 ◦ blue 83

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

Shades of Lotus #835753

Tints of Lotus #835753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 43.52%
G = 28.9%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#835753 (or 0x835753) is known color: Lotus. HEX triplet: 83, 57 and 53. RGB value is (131,87,83). Sum of RGB (Red+Green+Blue) = 131+87+83=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835753 is #7CA8AC. Grayscale: #636363. Windows color (decimal): -8169645 or 5461891. OLE color: 5461891.

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

Color convert

RGB 131 87 83 -
CMYK 0 0.34 0.37 0.49
HSL 0.22% 0.42% -
HSV(B) 0.37% 0.51% -
XYZ 14.33 12.27 9.8 -
YUV 99.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 131 87 83 0 0.34 0.37 0.49 5 0.22 0.42
Hex 83 57 53 0 22 25 31 5 16 2A
Octal 203 127 123 0 42 45 61 5 26 52
Binary 10000011 1010111 1010011 0 100010 100101 110001 101 10110 101010

Color Harmonies of #835753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835753

Black with #835753

Text Example


Text Example

White with #835753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835753; }

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

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

background-color css

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

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

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

border-color css

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

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

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