Html Css Color HEX #895257 Solid Pink

📋 copy color: '#895257'

red 137 ◦ green 82 ◦ blue 87

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

Shades of Solid Pink #895257

Tints of Solid Pink #895257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.43%

R = 44.77%
G = 26.8%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#895257 (or 0x895257) is known color: Solid Pink. HEX triplet: 89, 52 and 57. RGB value is (137,82,87). Sum of RGB (Red+Green+Blue) = 137+82+87=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #895257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895257 is #76ADA8. Grayscale: #636363. Windows color (decimal): -7777705 or 5722761. OLE color: 5722761.

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

Color convert

RGB 137 82 87 -
CMYK 0 0.40 0.36 0.46
HSL 354.55º 0.25% 0.43% -
HSV(B) 354.55º 0.4% 0.54% -
XYZ 15.05 12.04 10.55 -
YUV 99.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 137 82 87 0 0.40 0.36 0.46 354.55 0.25 0.43
Hex 89 52 57 0 28 24 2E 163 19 2B
Octal 211 122 127 0 50 44 56 543 31 53
Binary 10001001 1010010 1010111 0 101000 100100 101110 101100011 11001 101011

Color Harmonies of #895257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895257

Black with #895257

Text Example


Text Example

White with #895257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895257; }

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

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

background-color css

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

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

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

border-color css

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

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

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