Html Css Color HEX #874F49 Lotus

📋 copy color: '#874F49'

red 135 ◦ green 79 ◦ blue 73

#874F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #874F49

Tints of Lotus #874F49

RGB

 RED value IS 135 (53.13% from 255) = 47.04%

 GREEN value IS 79 (31.25% from 255) = 27.53%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 47.04%
G = 27.53%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#874F49 (or 0x874F49) is known color: Lotus. HEX triplet: 87, 4F and 49. RGB value is (135,79,73). Sum of RGB (Red+Green+Blue) = 135+79+73=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #874F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F49 is #78B0B6. Grayscale: #5F5F5F. Windows color (decimal): -7909559 or 4804487. OLE color: 4804487.

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

Color convert

RGB 135 79 73 -
CMYK 0 0.41 0.46 0.47
HSL 5.81º 0.3% 0.41% -
HSV(B) 5.81º 0.46% 0.53% -
XYZ 13.99 11.22 7.73 -
YUV 95.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 135 79 73 0 0.41 0.46 0.47 5.81 0.3 0.41
Hex 87 4F 49 0 29 2E 2F 6 1E 29
Octal 207 117 111 0 51 56 57 6 36 51
Binary 10000111 1001111 1001001 0 101001 101110 101111 110 11110 101001

Color Harmonies of #874F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F49

Black with #874F49

Text Example


Text Example

White with #874F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #874F49;
 }
 .AnyTagClassName
 {
   color: #874F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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