Html Css Color HEX #84574E Lotus

📋 copy color: '#84574E'

red 132 ◦ green 87 ◦ blue 78

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

Shades of Lotus #84574E

Tints of Lotus #84574E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 44.44%
G = 29.29%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#84574E (or 0x84574E) is known color: Lotus. HEX triplet: 84, 57 and 4E. RGB value is (132,87,78). Sum of RGB (Red+Green+Blue) = 132+87+78=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84574E is #7BA8B1. Grayscale: #636363. Windows color (decimal): -8104114 or 5134212. OLE color: 5134212.

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

Color convert

RGB 132 87 78 -
CMYK 0 0.34 0.41 0.48
HSL 10º 0.26% 0.41% -
HSV(B) 10º 0.41% 0.52% -
XYZ 14.3 12.27 8.82 -
YUV 99.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 132 87 78 0 0.34 0.41 0.48 10 0.26 0.41
Hex 84 57 4E 0 22 29 30 A 1A 29
Octal 204 127 116 0 42 51 60 12 32 51
Binary 10000100 1010111 1001110 0 100010 101001 110000 1010 11010 101001

Color Harmonies of #84574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84574E

Black with #84574E

Text Example


Text Example

White with #84574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84574E; }

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

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

background-color css

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

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

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

border-color css

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

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

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