#884C4B

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

Shades of Lotus #884C4B

Tints of Lotus #884C4B

Color information

#884C4B (or 0x884C4B) is unknown color: approx Lotus. HEX triplet: 88, 4C and 4B. RGB value is (136,76,75). Sum of RGB (Red+Green+Blue) = 136+76+75=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C4B is #77B3B4. Grayscale: #5D5D5D. Windows color (decimal): -7844789 or 4934792. OLE color: 4934792.

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

Color convert

RGB1367675-
CMYK00.440.450.47
HSL0.98º28.91%41.37%-
HSV(B)0.98º44.85%53.33%-
XYZ14.0110.918.02-
YUV93.83117.38158.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=47.39%
G=26.48%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136767500.440.450.470.9828.9141.37
Hex884C4B02C2D2F11d29
Octal210114113054555713551
Binary10001000100110010010110101100101101101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884C4B; }

 p { color: rgb(136,76,75); }

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

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

 a { background-color: rgb(136,76,75); }

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

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

 span { border-color: rgb(136,76,75); }

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