#874847

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

Shades of Lotus #874847

Tints of Lotus #874847

Color information

#874847 (or 0x874847) is unknown color: approx Lotus. HEX triplet: 87, 48 and 47. RGB value is (135,72,71). Sum of RGB (Red+Green+Blue) = 135+72+71=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #874847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874847 is #78B7B8. Grayscale: #5A5A5A. Windows color (decimal): -7911353 or 4671623. OLE color: 4671623.

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

Color convert

RGB1357271-
CMYK00.470.470.47
HSL0.94º31.07%40.39%-
HSV(B)0.94º47.41%52.94%-
XYZ13.4510.247.23-
YUV90.72116.87159.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 71 (28.12% from 255) = 25.54%
R=48.56%
G=25.90%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135727100.470.470.470.9431.0740.39
Hex87484702F2F2F11f28
Octal207110107057575713750
Binary10000111100100010001110101111101111101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874847; }

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

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

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

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

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

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

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

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