Html Css Color HEX #84504C Lotus

📋 copy color: '#84504C'

red 132 ◦ green 80 ◦ blue 76

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

Shades of Lotus #84504C

Tints of Lotus #84504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 45.83%
G = 27.78%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84504C (or 0x84504C) is known color: Lotus. HEX triplet: 84, 50 and 4C. RGB value is (132,80,76). Sum of RGB (Red+Green+Blue) = 132+80+76=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84504C is #7BAFB3. Grayscale: #5F5F5F. Windows color (decimal): -8105908 or 5001348. OLE color: 5001348.

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

Color convert

RGB 132 80 76 -
CMYK 0 0.39 0.42 0.48
HSL 4.29º 0.27% 0.41% -
HSV(B) 4.29º 0.42% 0.52% -
XYZ 13.69 11.16 8.27 -
YUV 95.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 132 80 76 0 0.39 0.42 0.48 4.29 0.27 0.41
Hex 84 50 4C 0 27 2A 30 4 1B 29
Octal 204 120 114 0 47 52 60 4 33 51
Binary 10000100 1010000 1001100 0 100111 101010 110000 100 11011 101001

Color Harmonies of #84504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84504C

Black with #84504C

Text Example


Text Example

White with #84504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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