Html Css Color HEX #845754 Lotus

📋 copy color: '#845754'

red 132 ◦ green 87 ◦ blue 84

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

Shades of Lotus #845754

Tints of Lotus #845754

RGB

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

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

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

R = 43.56%
G = 28.71%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#845754 (or 0x845754) is known color: Lotus. HEX triplet: 84, 57 and 54. RGB value is (132,87,84). Sum of RGB (Red+Green+Blue) = 132+87+84=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845754 is #7BA8AB. Grayscale: #646464. Windows color (decimal): -8104108 or 5527428. OLE color: 5527428.

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

Color convert

RGB 132 87 84 -
CMYK 0 0.34 0.36 0.48
HSL 3.75º 0.22% 0.42% -
HSV(B) 3.75º 0.36% 0.52% -
XYZ 14.52 12.36 10.01 -
YUV 100.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 132 87 84 0 0.34 0.36 0.48 3.75 0.22 0.42
Hex 84 57 54 0 22 24 30 4 16 2A
Octal 204 127 124 0 42 44 60 4 26 52
Binary 10000100 1010111 1010100 0 100010 100100 110000 100 10110 101010

Color Harmonies of #845754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845754

Black with #845754

Text Example


Text Example

White with #845754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845754; }

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

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

background-color css

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

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

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

border-color css

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

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

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