#874646

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

Shades of Lotus #874646

Tints of Lotus #874646

Color information

#874646 (or 0x874646) is unknown color: approx Lotus. HEX triplet: 87, 46 and 46. RGB value is (135,70,70). Sum of RGB (Red+Green+Blue) = 135+70+70=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874646 is #78B9B9. Grayscale: #595959. Windows color (decimal): -7911866 or 4605575. OLE color: 4605575.

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

Color convert

RGB1357070-
CMYK00.480.480.47
HSL31.71%40.2%-
HSV(B)48.15%52.94%-
XYZ13.299.977.02-
YUV89.43117.03160.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=49.09%
G=25.45%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135707000.480.480.47031.7140.2
Hex874646030302F02028
Octal207106106060605704050
Binary100001111000110100011001100001100001011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874646; }

 p { color: rgb(135,70,70); }

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

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

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

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

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

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

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