Html Css Color HEX #895353 Lotus

📋 copy color: '#895353'

red 137 ◦ green 83 ◦ blue 83

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

Shades of Lotus #895353

Tints of Lotus #895353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

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

R = 45.21%
G = 27.39%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#895353 (or 0x895353) is known color: Lotus. HEX triplet: 89, 53 and 53. RGB value is (137,83,83). Sum of RGB (Red+Green+Blue) = 137+83+83=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #895353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895353 is #76ACAC. Grayscale: #636363. Windows color (decimal): -7777453 or 5460873. OLE color: 5460873.

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

Color convert

RGB 137 83 83 -
CMYK 0 0.39 0.39 0.46
HSL 0.25% 0.43% -
HSV(B) 0.39% 0.54% -
XYZ 14.97 12.13 9.74 -
YUV 99.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 137 83 83 0 0.39 0.39 0.46 0 0.25 0.43
Hex 89 53 53 0 27 27 2E 0 19 2B
Octal 211 123 123 0 47 47 56 0 31 53
Binary 10001001 1010011 1010011 0 100111 100111 101110 0 11001 101011

Color Harmonies of #895353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895353

Black with #895353

Text Example


Text Example

White with #895353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895353; }

 p { color: rgb(137,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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