Html Css Color HEX #875953 Lotus

📋 copy color: '#875953'

red 135 ◦ green 89 ◦ blue 83

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

Shades of Lotus #875953

Tints of Lotus #875953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 43.97%
G = 28.99%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#875953 (or 0x875953) is known color: Lotus. HEX triplet: 87, 59 and 53. RGB value is (135,89,83). Sum of RGB (Red+Green+Blue) = 135+89+83=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875953 is #78A6AC. Grayscale: #666666. Windows color (decimal): -7906989 or 5462407. OLE color: 5462407.

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

Color convert

RGB 135 89 83 -
CMYK 0 0.34 0.39 0.47
HSL 6.92º 0.24% 0.43% -
HSV(B) 6.92º 0.39% 0.53% -
XYZ 15.13 12.92 9.88 -
YUV 102.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 135 89 83 0 0.34 0.39 0.47 6.92 0.24 0.43
Hex 87 59 53 0 22 27 2F 7 18 2B
Octal 207 131 123 0 42 47 57 7 30 53
Binary 10000111 1011001 1010011 0 100010 100111 101111 111 11000 101011

Color Harmonies of #875953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875953

Black with #875953

Text Example


Text Example

White with #875953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875953; }

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

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

background-color css

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

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

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

border-color css

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

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

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