Html Css Color HEX #84504A Lotus

📋 copy color: '#84504A'

red 132 ◦ green 80 ◦ blue 74

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

Shades of Lotus #84504A

Tints of Lotus #84504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 46.15%
G = 27.97%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84504A (or 0x84504A) is known color: Lotus. HEX triplet: 84, 50 and 4A. RGB value is (132,80,74). Sum of RGB (Red+Green+Blue) = 132+80+74=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #84504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84504A is #7BAFB5. Grayscale: #5E5E5E. Windows color (decimal): -8105910 or 4870276. OLE color: 4870276.

HSL color Cylindrical-coordinate representation of color #84504A: hue angle of 6.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84504A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 74 -
CMYK 0 0.39 0.44 0.48
HSL 6.21º 0.28% 0.4% -
HSV(B) 6.21º 0.44% 0.52% -
XYZ 13.62 11.14 7.91 -
YUV 94.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 132 80 74 0 0.39 0.44 0.48 6.21 0.28 0.4
Hex 84 50 4A 0 27 2C 30 6 1C 28
Octal 204 120 112 0 47 54 60 6 34 50
Binary 10000100 1010000 1001010 0 100111 101100 110000 110 11100 101000

Color Harmonies of #84504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84504A

Black with #84504A

Text Example


Text Example

White with #84504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84504A; }

 p { color: rgb(132,80,74); }

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

background-color css

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

 a { background-color: rgb(132,80,74); }

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

border-color css

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

 span { border-color: rgb(132,80,74); }

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