Html Css Color HEX #835953 Lotus

📋 copy color: '#835953'

red 131 ◦ green 89 ◦ blue 83

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

Shades of Lotus #835953

Tints of Lotus #835953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

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

R = 43.23%
G = 29.37%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#835953 (or 0x835953) is known color: Lotus. HEX triplet: 83, 59 and 53. RGB value is (131,89,83). Sum of RGB (Red+Green+Blue) = 131+89+83=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835953 is #7CA6AC. Grayscale: #646464. Windows color (decimal): -8169133 or 5462403. OLE color: 5462403.

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

Color convert

RGB 131 89 83 -
CMYK 0 0.32 0.37 0.49
HSL 7.5º 0.22% 0.42% -
HSV(B) 7.5º 0.37% 0.51% -
XYZ 14.49 12.59 9.85 -
YUV 100.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 131 89 83 0 0.32 0.37 0.49 7.5 0.22 0.42
Hex 83 59 53 0 20 25 31 8 16 2A
Octal 203 131 123 0 40 45 61 10 26 52
Binary 10000011 1011001 1010011 0 100000 100101 110001 1000 10110 101010

Color Harmonies of #835953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835953

Black with #835953

Text Example


Text Example

White with #835953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835953; }

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

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

background-color css

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

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

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

border-color css

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

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

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