Html Css Color HEX #874D47 Lotus

📋 copy color: '#874D47'

red 135 ◦ green 77 ◦ blue 71

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

Shades of Lotus #874D47

Tints of Lotus #874D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 71 (28.13% from 255) = 25.09%

R = 47.7%
G = 27.21%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874D47 (or 0x874D47) is known color: Lotus. HEX triplet: 87, 4D and 47. RGB value is (135,77,71). Sum of RGB (Red+Green+Blue) = 135+77+71=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D47 is #78B2B8. Grayscale: #5D5D5D. Windows color (decimal): -7910073 or 4672903. OLE color: 4672903.

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

Color convert

RGB 135 77 71 -
CMYK 0 0.43 0.47 0.47
HSL 5.63º 0.31% 0.4% -
HSV(B) 5.63º 0.47% 0.53% -
XYZ 13.78 10.91 7.34 -
YUV 93.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 135 77 71 0 0.43 0.47 0.47 5.63 0.31 0.4
Hex 87 4D 47 0 2B 2F 2F 6 1F 28
Octal 207 115 107 0 53 57 57 6 37 50
Binary 10000111 1001101 1000111 0 101011 101111 101111 110 11111 101000

Color Harmonies of #874D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D47

Black with #874D47

Text Example


Text Example

White with #874D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,71); }

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

background-color css

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

 a { background-color: rgb(135,77,71); }

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

border-color css

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

 span { border-color: rgb(135,77,71); }

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