#874B49

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

Shades of Lotus #874B49

Tints of Lotus #874B49

Color information

#874B49 (or 0x874B49) is unknown color: approx Lotus. HEX triplet: 87, 4B and 49. RGB value is (135,75,73). Sum of RGB (Red+Green+Blue) = 135+75+73=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B49 is #78B4B6. Grayscale: #5C5C5C. Windows color (decimal): -7910583 or 4803463. OLE color: 4803463.

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

Color convert

RGB1357573-
CMYK00.440.460.47
HSL1.94º29.81%40.78%-
HSV(B)1.94º45.93%52.94%-
XYZ13.7110.667.64-
YUV92.71116.88158.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=47.70%
G=26.50%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135757300.440.460.471.9429.8140.78
Hex874B4902C2E2F21e29
Octal207113111054565723651
Binary100001111001011100100101011001011101011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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