#874C4A

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

Shades of Lotus #874C4A

Tints of Lotus #874C4A

Color information

#874C4A (or 0x874C4A) is unknown color: approx Lotus. HEX triplet: 87, 4C and 4A. RGB value is (135,76,74). Sum of RGB (Red+Green+Blue) = 135+76+74=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #874C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C4A is #78B3B5. Grayscale: #5D5D5D. Windows color (decimal): -7910326 or 4869255. OLE color: 4869255.

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

Color convert

RGB1357674-
CMYK00.440.450.47
HSL1.97º29.19%40.98%-
HSV(B)1.97º45.19%52.94%-
XYZ13.8110.817.84-
YUV93.41117.05157.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=47.37%
G=26.67%
B=25.96%

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
Decimal135767400.440.450.471.9729.1940.98
Hex874C4A02C2D2F21d29
Octal207114112054555723551
Binary100001111001100100101001011001011011011111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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