Html Css Color HEX #835951 Lotus

📋 copy color: '#835951'

red 131 ◦ green 89 ◦ blue 81

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

Shades of Lotus #835951

Tints of Lotus #835951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 43.52%
G = 29.57%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#835951 (or 0x835951) is known color: Lotus. HEX triplet: 83, 59 and 51. RGB value is (131,89,81). Sum of RGB (Red+Green+Blue) = 131+89+81=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #835951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835951 is #7CA6AE. Grayscale: #646464. Windows color (decimal): -8169135 or 5331331. OLE color: 5331331.

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

Color convert

RGB 131 89 81 -
CMYK 0 0.32 0.38 0.49
HSL 9.6º 0.24% 0.42% -
HSV(B) 9.6º 0.38% 0.51% -
XYZ 14.42 12.56 9.45 -
YUV 100.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 131 89 81 0 0.32 0.38 0.49 9.6 0.24 0.42
Hex 83 59 51 0 20 26 31 A 18 2A
Octal 203 131 121 0 40 46 61 12 30 52
Binary 10000011 1011001 1010001 0 100000 100110 110001 1010 11000 101010

Color Harmonies of #835951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835951

Black with #835951

Text Example


Text Example

White with #835951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835951; }

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

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

background-color css

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

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

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

border-color css

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

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

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