Html Css Color HEX #835554 Lotus

📋 copy color: '#835554'

red 131 ◦ green 85 ◦ blue 84

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

Shades of Lotus #835554

Tints of Lotus #835554

RGB

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

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

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

R = 43.67%
G = 28.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#835554 (or 0x835554) is known color: Lotus. HEX triplet: 83, 55 and 54. RGB value is (131,85,84). Sum of RGB (Red+Green+Blue) = 131+85+84=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835554 is #7CAAAB. Grayscale: #626262. Windows color (decimal): -8170156 or 5526915. OLE color: 5526915.

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

Color convert

RGB 131 85 84 -
CMYK 0 0.35 0.36 0.49
HSL 1.28º 0.22% 0.42% -
HSV(B) 1.28º 0.36% 0.51% -
XYZ 14.21 11.96 9.95 -
YUV 98.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 131 85 84 0 0.35 0.36 0.49 1.28 0.22 0.42
Hex 83 55 54 0 23 24 31 1 16 2A
Octal 203 125 124 0 43 44 61 1 26 52
Binary 10000011 1010101 1010100 0 100011 100100 110001 1 10110 101010

Color Harmonies of #835554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835554

Black with #835554

Text Example


Text Example

White with #835554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835554; }

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

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

background-color css

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

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

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

border-color css

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

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

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