Html Css Color HEX #835B55 Lotus

📋 copy color: '#835B55'

red 131 ◦ green 91 ◦ blue 85

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

Shades of Lotus #835B55

Tints of Lotus #835B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 42.67%
G = 29.64%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#835B55 (or 0x835B55) is known color: Lotus. HEX triplet: 83, 5B and 55. RGB value is (131,91,85). Sum of RGB (Red+Green+Blue) = 131+91+85=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #835B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B55 is #7CA4AA. Grayscale: #666666. Windows color (decimal): -8168619 or 5593987. OLE color: 5593987.

HSL color Cylindrical-coordinate representation of color #835B55: hue angle of 7.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835B55 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 91 85 -
CMYK 0 0.31 0.35 0.49
HSL 7.83º 0.21% 0.42% -
HSV(B) 7.83º 0.35% 0.51% -
XYZ 14.74 12.96 10.32 -
YUV 102.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 131 91 85 0 0.31 0.35 0.49 7.83 0.21 0.42
Hex 83 5B 55 0 1F 23 31 8 15 2A
Octal 203 133 125 0 37 43 61 10 25 52
Binary 10000011 1011011 1010101 0 11111 100011 110001 1000 10101 101010

Color Harmonies of #835B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B55

Black with #835B55

Text Example


Text Example

White with #835B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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