Html Css Color HEX #835A54 Lotus

📋 copy color: '#835A54'

red 131 ◦ green 90 ◦ blue 84

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

Shades of Lotus #835A54

Tints of Lotus #835A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

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

R = 42.95%
G = 29.51%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#835A54 (or 0x835A54) is known color: Lotus. HEX triplet: 83, 5A and 54. RGB value is (131,90,84). Sum of RGB (Red+Green+Blue) = 131+90+84=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #835A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A54 is #7CA5AB. Grayscale: #656565. Windows color (decimal): -8168876 or 5528195. OLE color: 5528195.

HSL color Cylindrical-coordinate representation of color #835A54: hue angle of 7.66º 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 #835A54 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 90 84 -
CMYK 0 0.31 0.36 0.49
HSL 7.66º 0.22% 0.42% -
HSV(B) 7.66º 0.36% 0.51% -
XYZ 14.62 12.78 10.08 -
YUV 101.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 131 90 84 0 0.31 0.36 0.49 7.66 0.22 0.42
Hex 83 5A 54 0 1F 24 31 8 16 2A
Octal 203 132 124 0 37 44 61 10 26 52
Binary 10000011 1011010 1010100 0 11111 100100 110001 1000 10110 101010

Color Harmonies of #835A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A54

Black with #835A54

Text Example


Text Example

White with #835A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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