Html Css Color HEX #84504B Lotus

📋 copy color: '#84504B'

red 132 ◦ green 80 ◦ blue 75

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

Shades of Lotus #84504B

Tints of Lotus #84504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 45.99%
G = 27.87%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84504B (or 0x84504B) is known color: Lotus. HEX triplet: 84, 50 and 4B. RGB value is (132,80,75). Sum of RGB (Red+Green+Blue) = 132+80+75=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84504B is #7BAFB4. Grayscale: #5F5F5F. Windows color (decimal): -8105909 or 4935812. OLE color: 4935812.

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

Color convert

RGB 132 80 75 -
CMYK 0 0.39 0.43 0.48
HSL 5.26º 0.28% 0.41% -
HSV(B) 5.26º 0.43% 0.52% -
XYZ 13.65 11.15 8.09 -
YUV 94.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 132 80 75 0 0.39 0.43 0.48 5.26 0.28 0.41
Hex 84 50 4B 0 27 2B 30 5 1C 29
Octal 204 120 113 0 47 53 60 5 34 51
Binary 10000100 1010000 1001011 0 100111 101011 110000 101 11100 101001

Color Harmonies of #84504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84504B

Black with #84504B

Text Example


Text Example

White with #84504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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