Html Css Color HEX #835551 Lotus

📋 copy color: '#835551'

red 131 ◦ green 85 ◦ blue 81

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

Shades of Lotus #835551

Tints of Lotus #835551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 44.11%
G = 28.62%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#835551 (or 0x835551) is known color: Lotus. HEX triplet: 83, 55 and 51. RGB value is (131,85,81). Sum of RGB (Red+Green+Blue) = 131+85+81=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835551 is #7CAAAE. Grayscale: #626262. Windows color (decimal): -8170159 or 5330307. OLE color: 5330307.

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

Color convert

RGB 131 85 81 -
CMYK 0 0.35 0.38 0.49
HSL 4.8º 0.24% 0.42% -
HSV(B) 4.8º 0.38% 0.51% -
XYZ 14.09 11.92 9.34 -
YUV 98.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 131 85 81 0 0.35 0.38 0.49 4.8 0.24 0.42
Hex 83 55 51 0 23 26 31 5 18 2A
Octal 203 125 121 0 43 46 61 5 30 52
Binary 10000011 1010101 1010001 0 100011 100110 110001 101 11000 101010

Color Harmonies of #835551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835551

Black with #835551

Text Example


Text Example

White with #835551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835551; }

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

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

background-color css

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

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

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

border-color css

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

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

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