Html Css Color HEX #875047 Lotus

📋 copy color: '#875047'

red 135 ◦ green 80 ◦ blue 71

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

Shades of Lotus #875047

Tints of Lotus #875047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

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

R = 47.2%
G = 27.97%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875047 (or 0x875047) is known color: Lotus. HEX triplet: 87, 50 and 47. RGB value is (135,80,71). Sum of RGB (Red+Green+Blue) = 135+80+71=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #875047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875047 is #78AFB8. Grayscale: #5F5F5F. Windows color (decimal): -7909305 or 4673671. OLE color: 4673671.

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

Color convert

RGB 135 80 71 -
CMYK 0 0.41 0.47 0.47
HSL 8.44º 0.31% 0.4% -
HSV(B) 8.44º 0.47% 0.53% -
XYZ 14 11.34 7.41 -
YUV 95.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 135 80 71 0 0.41 0.47 0.47 8.44 0.31 0.4
Hex 87 50 47 0 29 2F 2F 8 1F 28
Octal 207 120 107 0 51 57 57 10 37 50
Binary 10000111 1010000 1000111 0 101001 101111 101111 1000 11111 101000

Color Harmonies of #875047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875047

Black with #875047

Text Example


Text Example

White with #875047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875047; }

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

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

background-color css

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

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

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

border-color css

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

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

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