Html Css Color HEX #875951 Lotus

📋 copy color: '#875951'

red 135 ◦ green 89 ◦ blue 81

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

Shades of Lotus #875951

Tints of Lotus #875951

RGB

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

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

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

R = 44.26%
G = 29.18%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#875951 (or 0x875951) is known color: Lotus. HEX triplet: 87, 59 and 51. RGB value is (135,89,81). Sum of RGB (Red+Green+Blue) = 135+89+81=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875951 is #78A6AE. Grayscale: #656565. Windows color (decimal): -7906991 or 5331335. OLE color: 5331335.

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

Color convert

RGB 135 89 81 -
CMYK 0 0.34 0.40 0.47
HSL 8.89º 0.25% 0.42% -
HSV(B) 8.89º 0.4% 0.53% -
XYZ 15.05 12.89 9.48 -
YUV 101.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 135 89 81 0 0.34 0.40 0.47 8.89 0.25 0.42
Hex 87 59 51 0 22 28 2F 9 19 2A
Octal 207 131 121 0 42 50 57 11 31 52
Binary 10000111 1011001 1010001 0 100010 101000 101111 1001 11001 101010

Color Harmonies of #875951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875951

Black with #875951

Text Example


Text Example

White with #875951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875951; }

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

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

background-color css

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

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

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

border-color css

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

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

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