#874948

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

Shades of Lotus #874948

Tints of Lotus #874948

Color information

#874948 (or 0x874948) is unknown color: approx Lotus. HEX triplet: 87, 49 and 48. RGB value is (135,73,72). Sum of RGB (Red+Green+Blue) = 135+73+72=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #874948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874948 is #78B6B7. Grayscale: #5B5B5B. Windows color (decimal): -7911096 or 4737415. OLE color: 4737415.

HSL color Cylindrical-coordinate representation of color #874948: hue angle of 0.95º 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 #874948 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1357372-
CMYK00.460.470.47
HSL0.95º30.43%40.59%-
HSV(B)0.95º46.67%52.94%-
XYZ13.5410.387.42-
YUV91.42117.04159.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=48.21%
G=26.07%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135737200.460.470.470.9530.4340.59
Hex87494802E2F2F11e29
Octal207111110056575713651
Binary10000111100100110010000101110101111101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874948; }

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

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

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

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

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

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

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

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