#874F4B

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

Shades of Lotus #874F4B

Tints of Lotus #874F4B

Color information

#874F4B (or 0x874F4B) is unknown color: approx Lotus. HEX triplet: 87, 4F and 4B. RGB value is (135,79,75). Sum of RGB (Red+Green+Blue) = 135+79+75=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F4B is #78B0B4. Grayscale: #5F5F5F. Windows color (decimal): -7909557 or 4935559. OLE color: 4935559.

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

Color convert

RGB1357975-
CMYK00.410.440.47
HSL28.57%41.18%-
HSV(B)44.44%52.94%-
XYZ14.0611.258.09-
YUV95.29116.55156.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=46.71%
G=27.34%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135797500.410.440.47428.5741.18
Hex874F4B0292C2F41d29
Octal207117113051545743551
Binary1000011110011111001011010100110110010111110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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