#874A48

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

Shades of Lotus #874A48

Tints of Lotus #874A48

Color information

#874A48 (or 0x874A48) is unknown color: approx Lotus. HEX triplet: 87, 4A and 48. RGB value is (135,74,72). Sum of RGB (Red+Green+Blue) = 135+74+72=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #874A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A48 is #78B5B7. Grayscale: #5C5C5C. Windows color (decimal): -7910840 or 4737671. OLE color: 4737671.

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

Color convert

RGB1357472-
CMYK00.450.470.47
HSL1.9º30.43%40.59%-
HSV(B)1.9º46.67%52.94%-
XYZ13.6110.527.44-
YUV92.01116.71158.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=48.04%
G=26.33%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135747200.450.470.471.930.4340.59
Hex874A4802D2F2F21e29
Octal207112110055575723651
Binary100001111001010100100001011011011111011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874A48; }

 p { color: rgb(135,74,72); }

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

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

 a { background-color: rgb(135,74,72); }

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

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

 span { border-color: rgb(135,74,72); }

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