Html Css Color HEX #875950 Lotus

📋 copy color: '#875950'

red 135 ◦ green 89 ◦ blue 80

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

Shades of Lotus #875950

Tints of Lotus #875950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 44.41%
G = 29.28%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#875950 (or 0x875950) is known color: Lotus. HEX triplet: 87, 59 and 50. RGB value is (135,89,80). Sum of RGB (Red+Green+Blue) = 135+89+80=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875950 is #78A6AF. Grayscale: #656565. Windows color (decimal): -7906992 or 5265799. OLE color: 5265799.

HSL color Cylindrical-coordinate representation of color #875950: hue angle of 9.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875950 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 80 -
CMYK 0 0.34 0.41 0.47
HSL 9.82º 0.26% 0.42% -
HSV(B) 9.82º 0.41% 0.53% -
XYZ 15.01 12.87 9.28 -
YUV 101.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 135 89 80 0 0.34 0.41 0.47 9.82 0.26 0.42
Hex 87 59 50 0 22 29 2F A 1A 2A
Octal 207 131 120 0 42 51 57 12 32 52
Binary 10000111 1011001 1010000 0 100010 101001 101111 1010 11010 101010

Color Harmonies of #875950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875950

Black with #875950

Text Example


Text Example

White with #875950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875950; }

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

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

background-color css

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

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

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

border-color css

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

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

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