#84544B

Color #84544B Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #84544B

Tints of Lotus #84544B

Color information

#84544B (or 0x84544B) is unknown color: approx Lotus. HEX triplet: 84, 54 and 4B. RGB value is (132,84,75). Sum of RGB (Red+Green+Blue) = 132+84+75=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84544B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84544B is #7BABB4. Grayscale: #616161. Windows color (decimal): -8104885 or 4936836. OLE color: 4936836.

HSL color Cylindrical-coordinate representation of color #84544B: hue angle of 9.47º 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 #84544B is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1328475-
CMYK00.360.430.48
HSL9.47º27.54%40.59%-
HSV(B)9.47º43.18%51.76%-
XYZ13.9611.758.19-
YUV97.33115.4152.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=45.36%
G=28.87%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132847500.360.430.489.4727.5440.59
Hex84544B0242B3091c29
Octal2041241130445360113451
Binary10000100101010010010110100100101011110000100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84544B;
 }
 .AnyTagClassName
 {
   color: #84544B;
 }
</style>
background-color css

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

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

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

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

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

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