Html Css Color HEX #835653 Lotus

📋 copy color: '#835653'

red 131 ◦ green 86 ◦ blue 83

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

Shades of Lotus #835653

Tints of Lotus #835653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 43.67%
G = 28.67%
B = 27.67%

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

#835653 (or 0x835653) is known color: Lotus. HEX triplet: 83, 56 and 53. RGB value is (131,86,83). Sum of RGB (Red+Green+Blue) = 131+86+83=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835653 is #7CA9AC. Grayscale: #636363. Windows color (decimal): -8169901 or 5461635. OLE color: 5461635.

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

Color convert

RGB 131 86 83 -
CMYK 0 0.34 0.37 0.49
HSL 3.75º 0.22% 0.42% -
HSV(B) 3.75º 0.37% 0.51% -
XYZ 14.25 12.11 9.77 -
YUV 99.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 131 86 83 0 0.34 0.37 0.49 3.75 0.22 0.42
Hex 83 56 53 0 22 25 31 4 16 2A
Octal 203 126 123 0 42 45 61 4 26 52
Binary 10000011 1010110 1010011 0 100010 100101 110001 100 10110 101010

Color Harmonies of #835653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835653

Black with #835653

Text Example


Text Example

White with #835653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835653; }

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

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

background-color css

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

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

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

border-color css

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

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

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