Html Css Color HEX #895256 Solid Pink

📋 copy color: '#895256'

red 137 ◦ green 82 ◦ blue 86

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

Shades of Solid Pink #895256

Tints of Solid Pink #895256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 44.92%
G = 26.89%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#895256 (or 0x895256) is known color: Solid Pink. HEX triplet: 89, 52 and 56. RGB value is (137,82,86). Sum of RGB (Red+Green+Blue) = 137+82+86=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895256 is #76ADA9. Grayscale: #626262. Windows color (decimal): -7777706 or 5657225. OLE color: 5657225.

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

Color convert

RGB 137 82 86 -
CMYK 0 0.40 0.37 0.46
HSL 355.64º 0.25% 0.43% -
HSV(B) 355.64º 0.4% 0.54% -
XYZ 15.01 12.02 10.33 -
YUV 98.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 137 82 86 0 0.40 0.37 0.46 355.64 0.25 0.43
Hex 89 52 56 0 28 25 2E 164 19 2B
Octal 211 122 126 0 50 45 56 544 31 53
Binary 10001001 1010010 1010110 0 101000 100101 101110 101100100 11001 101011

Color Harmonies of #895256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895256

Black with #895256

Text Example


Text Example

White with #895256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895256; }

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

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

background-color css

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

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

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

border-color css

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

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

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