Html Css Color HEX #885F57 Spicy Mix

📋 copy color: '#885F57'

red 136 ◦ green 95 ◦ blue 87

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

Shades of Spicy Mix #885F57

Tints of Spicy Mix #885F57

RGB

 RED value IS 136 (53.52% from 255) = 42.77%

 GREEN value IS 95 (37.5% from 255) = 29.87%

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

R = 42.77%
G = 29.87%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#885F57 (or 0x885F57) is known color: Spicy Mix. HEX triplet: 88, 5F and 57. RGB value is (136,95,87). Sum of RGB (Red+Green+Blue) = 136+95+87=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F57 is #77A0A8. Grayscale: #6A6A6A. Windows color (decimal): -7839913 or 5726088. OLE color: 5726088.

HSL color Cylindrical-coordinate representation of color #885F57: hue angle of 9.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885F57 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 87 -
CMYK 0 0.30 0.36 0.47
HSL 9.8º 0.22% 0.44% -
HSV(B) 9.8º 0.36% 0.53% -
XYZ 15.97 14.11 10.9 -
YUV 106.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 136 95 87 0 0.30 0.36 0.47 9.8 0.22 0.44
Hex 88 5F 57 0 1E 24 2F A 16 2C
Octal 210 137 127 0 36 44 57 12 26 54
Binary 10001000 1011111 1010111 0 11110 100100 101111 1010 10110 101100

Color Harmonies of #885F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F57

Black with #885F57

Text Example


Text Example

White with #885F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F57; }

 p { color: rgb(136,95,87); }

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

background-color css

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

 a { background-color: rgb(136,95,87); }

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

border-color css

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

 span { border-color: rgb(136,95,87); }

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