#884847

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

Shades of Lotus #884847

Tints of Lotus #884847

Color information

#884847 (or 0x884847) is unknown color: approx Lotus. HEX triplet: 88, 48 and 47. RGB value is (136,72,71). Sum of RGB (Red+Green+Blue) = 136+72+71=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #884847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884847 is #77B7B8. Grayscale: #5B5B5B. Windows color (decimal): -7845817 or 4671624. OLE color: 4671624.

HSL color Cylindrical-coordinate representation of color #884847: hue angle of 0.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884847 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1367271-
CMYK00.470.480.47
HSL0.92º31.4%40.59%-
HSV(B)0.92º47.79%53.33%-
XYZ13.6110.327.24-
YUV91.02116.7160.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=48.75%
G=25.81%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136727100.470.480.470.9231.440.59
Hex88484702F302F11f29
Octal210110107057605713751
Binary10001000100100010001110101111110000101111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884847; }

 p { color: rgb(136,72,71); }

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

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

 a { background-color: rgb(136,72,71); }

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

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

 span { border-color: rgb(136,72,71); }

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