Html Css Color HEX #875954 Lotus

📋 copy color: '#875954'

red 135 ◦ green 89 ◦ blue 84

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

Shades of Lotus #875954

Tints of Lotus #875954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 43.83%
G = 28.9%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#875954 (or 0x875954) is known color: Lotus. HEX triplet: 87, 59 and 54. RGB value is (135,89,84). Sum of RGB (Red+Green+Blue) = 135+89+84=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875954 is #78A6AB. Grayscale: #666666. Windows color (decimal): -7906988 or 5527943. OLE color: 5527943.

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

Color convert

RGB 135 89 84 -
CMYK 0 0.34 0.38 0.47
HSL 5.88º 0.23% 0.43% -
HSV(B) 5.88º 0.38% 0.53% -
XYZ 15.16 12.94 10.09 -
YUV 102.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 135 89 84 0 0.34 0.38 0.47 5.88 0.23 0.43
Hex 87 59 54 0 22 26 2F 6 17 2B
Octal 207 131 124 0 42 46 57 6 27 53
Binary 10000111 1011001 1010100 0 100010 100110 101111 110 10111 101011

Color Harmonies of #875954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875954

Black with #875954

Text Example


Text Example

White with #875954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875954; }

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

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

background-color css

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

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

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

border-color css

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

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

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