Html Css Color HEX #845853 Lotus

📋 copy color: '#845853'

red 132 ◦ green 88 ◦ blue 83

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

Shades of Lotus #845853

Tints of Lotus #845853

RGB

 RED value IS 132 (51.95% from 255) = 43.56%

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

 BLUE value IS 83 (32.81% from 255) = 27.39%

R = 43.56%
G = 29.04%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#845853 (or 0x845853) is known color: Lotus. HEX triplet: 84, 58 and 53. RGB value is (132,88,83). Sum of RGB (Red+Green+Blue) = 132+88+83=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845853 is #7BA7AC. Grayscale: #646464. Windows color (decimal): -8103853 or 5462148. OLE color: 5462148.

HSL color Cylindrical-coordinate representation of color #845853: hue angle of 6.12º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845853 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 83 -
CMYK 0 0.33 0.37 0.48
HSL 6.12º 0.23% 0.42% -
HSV(B) 6.12º 0.37% 0.52% -
XYZ 14.57 12.51 9.83 -
YUV 100.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 132 88 83 0 0.33 0.37 0.48 6.12 0.23 0.42
Hex 84 58 53 0 21 25 30 6 17 2A
Octal 204 130 123 0 41 45 60 6 27 52
Binary 10000100 1011000 1010011 0 100001 100101 110000 110 10111 101010

Color Harmonies of #845853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845853

Black with #845853

Text Example


Text Example

White with #845853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845853; }

 p { color: rgb(132,88,83); }

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

background-color css

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

 a { background-color: rgb(132,88,83); }

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

border-color css

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

 span { border-color: rgb(132,88,83); }

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