Html Css Color HEX #845752 Lotus

📋 copy color: '#845752'

red 132 ◦ green 87 ◦ blue 82

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

Shades of Lotus #845752

Tints of Lotus #845752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 43.85%
G = 28.9%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#845752 (or 0x845752) is known color: Lotus. HEX triplet: 84, 57 and 52. RGB value is (132,87,82). Sum of RGB (Red+Green+Blue) = 132+87+82=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845752 is #7BA8AD. Grayscale: #636363. Windows color (decimal): -8104110 or 5396356. OLE color: 5396356.

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

Color convert

RGB 132 87 82 -
CMYK 0 0.34 0.38 0.48
HSL 0.23% 0.42% -
HSV(B) 0.38% 0.52% -
XYZ 14.45 12.33 9.6 -
YUV 99.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 132 87 82 0 0.34 0.38 0.48 6 0.23 0.42
Hex 84 57 52 0 22 26 30 6 17 2A
Octal 204 127 122 0 42 46 60 6 27 52
Binary 10000100 1010111 1010010 0 100010 100110 110000 110 10111 101010

Color Harmonies of #845752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845752

Black with #845752

Text Example


Text Example

White with #845752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845752; }

 p { color: rgb(132,87,82); }

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

background-color css

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

 a { background-color: rgb(132,87,82); }

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

border-color css

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

 span { border-color: rgb(132,87,82); }

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