Html Css Color HEX #895248 Lotus

📋 copy color: '#895248'

red 137 ◦ green 82 ◦ blue 72

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

Shades of Lotus #895248

Tints of Lotus #895248

RGB

 RED value IS 137 (53.91% from 255) = 47.08%

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 47.08%
G = 28.18%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#895248 (or 0x895248) is known color: Lotus. HEX triplet: 89, 52 and 48. RGB value is (137,82,72). Sum of RGB (Red+Green+Blue) = 137+82+72=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #895248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895248 is #76ADB7. Grayscale: #616161. Windows color (decimal): -7777720 or 4739721. OLE color: 4739721.

HSL color Cylindrical-coordinate representation of color #895248: hue angle of 9.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895248 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 72 -
CMYK 0 0.40 0.47 0.46
HSL 9.23º 0.31% 0.41% -
HSV(B) 9.23º 0.47% 0.54% -
XYZ 14.5 11.82 7.65 -
YUV 97.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 137 82 72 0 0.40 0.47 0.46 9.23 0.31 0.41
Hex 89 52 48 0 28 2F 2E 9 1F 29
Octal 211 122 110 0 50 57 56 11 37 51
Binary 10001001 1010010 1001000 0 101000 101111 101110 1001 11111 101001

Color Harmonies of #895248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895248

Black with #895248

Text Example


Text Example

White with #895248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895248; }

 p { color: rgb(137,82,72); }

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

background-color css

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

 a { background-color: rgb(137,82,72); }

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

border-color css

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

 span { border-color: rgb(137,82,72); }

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