Html Css Color HEX #885D54 Spicy Mix

📋 copy color: '#885D54'

red 136 ◦ green 93 ◦ blue 84

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

Shades of Spicy Mix #885D54

Tints of Spicy Mix #885D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 43.45%
G = 29.71%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#885D54 (or 0x885D54) is known color: Spicy Mix. HEX triplet: 88, 5D and 54. RGB value is (136,93,84). Sum of RGB (Red+Green+Blue) = 136+93+84=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #885D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D54 is #77A2AB. Grayscale: #686868. Windows color (decimal): -7840428 or 5528968. OLE color: 5528968.

HSL color Cylindrical-coordinate representation of color #885D54: hue angle of 10.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885D54 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 84 -
CMYK 0 0.32 0.38 0.47
HSL 10.38º 0.24% 0.43% -
HSV(B) 10.38º 0.38% 0.53% -
XYZ 15.67 13.7 10.21 -
YUV 104.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 136 93 84 0 0.32 0.38 0.47 10.38 0.24 0.43
Hex 88 5D 54 0 20 26 2F A 18 2B
Octal 210 135 124 0 40 46 57 12 30 53
Binary 10001000 1011101 1010100 0 100000 100110 101111 1010 11000 101011

Color Harmonies of #885D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D54

Black with #885D54

Text Example


Text Example

White with #885D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,84); }

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

background-color css

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

 a { background-color: rgb(136,93,84); }

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

border-color css

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

 span { border-color: rgb(136,93,84); }

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