Html Css Color HEX #895952 Lotus

📋 copy color: '#895952'

red 137 ◦ green 89 ◦ blue 82

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

Shades of Lotus #895952

Tints of Lotus #895952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 44.48%
G = 28.9%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#895952 (or 0x895952) is known color: Lotus. HEX triplet: 89, 59 and 52. RGB value is (137,89,82). Sum of RGB (Red+Green+Blue) = 137+89+82=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895952 is #76A6AD. Grayscale: #666666. Windows color (decimal): -7775918 or 5396873. OLE color: 5396873.

HSL color Cylindrical-coordinate representation of color #895952: hue angle of 7.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895952 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 82 -
CMYK 0 0.35 0.40 0.46
HSL 7.64º 0.25% 0.43% -
HSV(B) 7.64º 0.4% 0.54% -
XYZ 15.41 13.07 9.69 -
YUV 102.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 137 89 82 0 0.35 0.40 0.46 7.64 0.25 0.43
Hex 89 59 52 0 23 28 2E 8 19 2B
Octal 211 131 122 0 43 50 56 10 31 53
Binary 10001001 1011001 1010010 0 100011 101000 101110 1000 11001 101011

Color Harmonies of #895952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895952

Black with #895952

Text Example


Text Example

White with #895952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895952; }

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

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

background-color css

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

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

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

border-color css

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

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

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