Html Css Color HEX #874747 Lotus

📋 copy color: '#874747'

red 135 ◦ green 71 ◦ blue 71

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

Shades of Lotus #874747

Tints of Lotus #874747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

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

R = 48.74%
G = 25.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#874747 (or 0x874747) is known color: Lotus. HEX triplet: 87, 47 and 47. RGB value is (135,71,71). Sum of RGB (Red+Green+Blue) = 135+71+71=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #874747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874747 is #78B8B8. Grayscale: #5A5A5A. Windows color (decimal): -7911609 or 4671367. OLE color: 4671367.

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

Color convert

RGB 135 71 71 -
CMYK 0 0.47 0.47 0.47
HSL 0.31% 0.4% -
HSV(B) 0.47% 0.53% -
XYZ 13.38 10.11 7.21 -
YUV 90.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 135 71 71 0 0.47 0.47 0.47 0 0.31 0.4
Hex 87 47 47 0 2F 2F 2F 0 1F 28
Octal 207 107 107 0 57 57 57 0 37 50
Binary 10000111 1000111 1000111 0 101111 101111 101111 0 11111 101000

Color Harmonies of #874747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874747

Black with #874747

Text Example


Text Example

White with #874747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874747; }

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

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

background-color css

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

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

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

border-color css

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

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

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