Html Css Color HEX #875751 Lotus

📋 copy color: '#875751'

red 135 ◦ green 87 ◦ blue 81

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

Shades of Lotus #875751

Tints of Lotus #875751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 44.55%
G = 28.71%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#875751 (or 0x875751) is known color: Lotus. HEX triplet: 87, 57 and 51. RGB value is (135,87,81). Sum of RGB (Red+Green+Blue) = 135+87+81=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875751 is #78A8AE. Grayscale: #646464. Windows color (decimal): -7907503 or 5330823. OLE color: 5330823.

HSL color Cylindrical-coordinate representation of color #875751: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875751 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 87 81 -
CMYK 0 0.36 0.40 0.47
HSL 6.67º 0.25% 0.42% -
HSV(B) 6.67º 0.4% 0.53% -
XYZ 14.89 12.56 9.42 -
YUV 100.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 135 87 81 0 0.36 0.40 0.47 6.67 0.25 0.42
Hex 87 57 51 0 24 28 2F 7 19 2A
Octal 207 127 121 0 44 50 57 7 31 52
Binary 10000111 1010111 1010001 0 100100 101000 101111 111 11001 101010

Color Harmonies of #875751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875751

Black with #875751

Text Example


Text Example

White with #875751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875751; }

 p { color: rgb(135,87,81); }

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

background-color css

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

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

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

border-color css

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

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

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