#844B4A

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

Shades of Lotus #844B4A

Tints of Lotus #844B4A

Color information

#844B4A (or 0x844B4A) is unknown color: approx Lotus. HEX triplet: 84, 4B and 4A. RGB value is (132,75,74). Sum of RGB (Red+Green+Blue) = 132+75+74=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B4A is #7BB4B5. Grayscale: #5B5B5B. Windows color (decimal): -8107190 or 4868996. OLE color: 4868996.

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

Color convert

RGB1327574-
CMYK00.430.440.48
HSL1.03º28.16%40.39%-
HSV(B)1.03º43.94%51.76%-
XYZ13.2710.437.79-
YUV91.93117.88156.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=46.98%
G=26.69%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132757400.430.440.481.0328.1640.39
Hex844B4A02B2C3011c28
Octal204113112053546013450
Binary10000100100101110010100101011101100110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B4A; }

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

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

<style>
 a { background-color: #844B4A; }

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

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

<style>
 span { border-color: #844B4A; }

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

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