Html Css Color HEX #84574F Lotus

📋 copy color: '#84574F'

red 132 ◦ green 87 ◦ blue 79

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

Shades of Lotus #84574F

Tints of Lotus #84574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 44.3%
G = 29.19%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84574F (or 0x84574F) is known color: Lotus. HEX triplet: 84, 57 and 4F. RGB value is (132,87,79). Sum of RGB (Red+Green+Blue) = 132+87+79=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84574F is #7BA8B0. Grayscale: #636363. Windows color (decimal): -8104113 or 5199748. OLE color: 5199748.

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

Color convert

RGB 132 87 79 -
CMYK 0 0.34 0.40 0.48
HSL 9.06º 0.25% 0.41% -
HSV(B) 9.06º 0.4% 0.52% -
XYZ 14.34 12.29 9.01 -
YUV 99.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 132 87 79 0 0.34 0.40 0.48 9.06 0.25 0.41
Hex 84 57 4F 0 22 28 30 9 19 29
Octal 204 127 117 0 42 50 60 11 31 51
Binary 10000100 1010111 1001111 0 100010 101000 110000 1001 11001 101001

Color Harmonies of #84574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84574F

Black with #84574F

Text Example


Text Example

White with #84574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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