Html Css Color HEX #874947 Lotus

📋 copy color: '#874947'

red 135 ◦ green 73 ◦ blue 71

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

Shades of Lotus #874947

Tints of Lotus #874947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 48.39%
G = 26.16%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874947 (or 0x874947) is known color: Lotus. HEX triplet: 87, 49 and 47. RGB value is (135,73,71). Sum of RGB (Red+Green+Blue) = 135+73+71=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #874947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874947 is #78B6B8. Grayscale: #5B5B5B. Windows color (decimal): -7911097 or 4671879. OLE color: 4671879.

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

Color convert

RGB 135 73 71 -
CMYK 0 0.46 0.47 0.47
HSL 1.88º 0.31% 0.4% -
HSV(B) 1.88º 0.47% 0.53% -
XYZ 13.51 10.37 7.25 -
YUV 91.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 135 73 71 0 0.46 0.47 0.47 1.88 0.31 0.4
Hex 87 49 47 0 2E 2F 2F 2 1F 28
Octal 207 111 107 0 56 57 57 2 37 50
Binary 10000111 1001001 1000111 0 101110 101111 101111 10 11111 101000

Color Harmonies of #874947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874947

Black with #874947

Text Example


Text Example

White with #874947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874947; }

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

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

background-color css

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

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

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

border-color css

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

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

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