Html Css Color HEX #875251 Lotus

📋 copy color: '#875251'

red 135 ◦ green 82 ◦ blue 81

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

Shades of Lotus #875251

Tints of Lotus #875251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

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

R = 45.3%
G = 27.52%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#875251 (or 0x875251) is known color: Lotus. HEX triplet: 87, 52 and 51. RGB value is (135,82,81). Sum of RGB (Red+Green+Blue) = 135+82+81=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875251 is #78ADAE. Grayscale: #616161. Windows color (decimal): -7908783 or 5329543. OLE color: 5329543.

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

Color convert

RGB 135 82 81 -
CMYK 0 0.39 0.40 0.47
HSL 1.11º 0.25% 0.42% -
HSV(B) 1.11º 0.4% 0.53% -
XYZ 14.49 11.78 9.29 -
YUV 97.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 135 82 81 0 0.39 0.40 0.47 1.11 0.25 0.42
Hex 87 52 51 0 27 28 2F 1 19 2A
Octal 207 122 121 0 47 50 57 1 31 52
Binary 10000111 1010010 1010001 0 100111 101000 101111 1 11001 101010

Color Harmonies of #875251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875251

Black with #875251

Text Example


Text Example

White with #875251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875251; }

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

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

background-color css

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

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

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

border-color css

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

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

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