Html Css Color HEX #835854 Lotus

📋 copy color: '#835854'

red 131 ◦ green 88 ◦ blue 84

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

Shades of Lotus #835854

Tints of Lotus #835854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 43.23%
G = 29.04%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#835854 (or 0x835854) is known color: Lotus. HEX triplet: 83, 58 and 54. RGB value is (131,88,84). Sum of RGB (Red+Green+Blue) = 131+88+84=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835854 is #7CA7AB. Grayscale: #646464. Windows color (decimal): -8169388 or 5527683. OLE color: 5527683.

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

Color convert

RGB 131 88 84 -
CMYK 0 0.33 0.36 0.49
HSL 5.11º 0.22% 0.42% -
HSV(B) 5.11º 0.36% 0.51% -
XYZ 14.45 12.44 10.03 -
YUV 100.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 131 88 84 0 0.33 0.36 0.49 5.11 0.22 0.42
Hex 83 58 54 0 21 24 31 5 16 2A
Octal 203 130 124 0 41 44 61 5 26 52
Binary 10000011 1011000 1010100 0 100001 100100 110001 101 10110 101010

Color Harmonies of #835854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835854

Black with #835854

Text Example


Text Example

White with #835854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835854; }

 p { color: rgb(131,88,84); }

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

background-color css

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

 a { background-color: rgb(131,88,84); }

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

border-color css

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

 span { border-color: rgb(131,88,84); }

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