#874C4B

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

Shades of Lotus #874C4B

Tints of Lotus #874C4B

Color information

#874C4B (or 0x874C4B) is unknown color: approx Lotus. HEX triplet: 87, 4C and 4B. RGB value is (135,76,75). Sum of RGB (Red+Green+Blue) = 135+76+75=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #874C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C4B is #78B3B4. Grayscale: #5D5D5D. Windows color (decimal): -7910325 or 4934791. OLE color: 4934791.

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

Color convert

RGB1357675-
CMYK00.440.440.47
HSL28.57%41.18%-
HSV(B)44.44%52.94%-
XYZ13.8510.838.02-
YUV93.53117.55157.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.20%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=47.20%
G=26.57%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135767500.440.440.47128.5741.18
Hex874C4B02C2C2F11d29
Octal207114113054545713551
Binary10000111100110010010110101100101100101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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