Html Css Color HEX #845653 Lotus

📋 copy color: '#845653'

red 132 ◦ green 86 ◦ blue 83

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

Shades of Lotus #845653

Tints of Lotus #845653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 43.85%
G = 28.57%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#845653 (or 0x845653) is known color: Lotus. HEX triplet: 84, 56 and 53. RGB value is (132,86,83). Sum of RGB (Red+Green+Blue) = 132+86+83=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845653 is #7BA9AC. Grayscale: #636363. Windows color (decimal): -8104365 or 5461636. OLE color: 5461636.

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

Color convert

RGB 132 86 83 -
CMYK 0 0.35 0.37 0.48
HSL 3.67º 0.23% 0.42% -
HSV(B) 3.67º 0.37% 0.52% -
XYZ 14.4 12.19 9.78 -
YUV 99.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 132 86 83 0 0.35 0.37 0.48 3.67 0.23 0.42
Hex 84 56 53 0 23 25 30 4 17 2A
Octal 204 126 123 0 43 45 60 4 27 52
Binary 10000100 1010110 1010011 0 100011 100101 110000 100 10111 101010

Color Harmonies of #845653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845653

Black with #845653

Text Example


Text Example

White with #845653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845653; }

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

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

background-color css

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

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

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

border-color css

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

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

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